mcp-servers
A collection of Model Context Protocol (MCP) servers configured for optimal integration with Cursor IDE.
Model Context Protocol (MCP) Servers
A collection of Model Context Protocol (MCP) servers configured for optimal integration with Cursor IDE. This repository contains a collection of Model Context Protocol (MCP) servers configured for integration with Cursor IDE. main
What are MCP Servers?
MCP (Model Context Protocol) servers allow AI coding assistants in Cursor IDE to interact with external tools and services. They extend the capabilities of the AI by providing access to additional context, data, and functionality.
Available Servers
This repository includes the following MCP servers:
FileSystem Server
Provides access to the local file system, allowing AI assistants to read, write, and manage files and directories.
smithery/config-ywl5
Installing via Smithery
To install MCP Servers for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @GrandMasterK414/mcp-servers --client claude
Local Development
Memory Server
main
Enables persistent memory storage across coding sessions, allowing the AI to remember context and preferences.
Brave Search Server
Integrates with Brave Search API to enable web search capabilities for the AI assistant.
Fetch Server
Allows the AI assistant to fetch data from external APIs and websites.
Task Manager Server
Provides task management with contextual code awareness and progress tracking, helping developers maintain focus and context across coding sessions.
Local Development
To develop and run these servers locally:
- Clone this repository
- Navigate to the specific server directory
- Install dependencies:
npm install
- Start the server:
npm start
Each server directory contains its own README with specific setup instructions.
Deployment on Smithery
These servers can be easily deployed using Smithery. See SMITHERY_SETUP.md for detailed instructions.
Integration with Cursor IDE
To use these servers with Cursor IDE:
- Open Cursor IDE
- Go to Settings > Extensions > MCP
- Add the server configuration (examples provided in each server's README)
- Save and restart Cursor
See DIRECT_SETUP.md for quick setup instructions.
Troubleshooting
If you encounter issues:
- Check the server logs
- Verify your server is running and accessible
- Ensure your Cursor configuration is correct
- Restart Cursor IDE
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
smithery/config-ywl5 MIT This project is licensed under the MIT License - see the LICENSE file for details. main