
my mcp servers
A quick implementation for MCP servers. CodeQL implemented for security checks and avoid leaks of your sensitive data.
Repository Info
About This Server
A quick implementation for MCP servers. CodeQL implemented for security checks and avoid leaks of your sensitive data.
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
MCP Servers
This repository contains various Model Context Protocol (MCP) servers for enhancing Cursor's capabilities.
Prerequisites
Before installation, ensure you have:
-
Operating System
- macOS (with Homebrew) or
- Linux (with apt-get)
-
System Requirements
- Python 3.10 or higher
- Node.js 18 or higher (default installation: Node.js 22.13.1)
- Write permissions in the installation directory
Installation
The repository includes a comprehensive Makefile for automated installation:
- First phase (system setup):
make phase1
-
Restart your terminal
-
Second phase (MCP installation):
make phase2
Additional Make Commands
make update-all: Update all MCP serversmake clean: Remove installed dependenciesmake clean-deep: Complete system cleanup
Available MCP Servers
1. Git MCP
Local Git repository interaction and automation:
- Repository status and file operations
- Branch and commit management
- Diff operations (staged, unstaged, between branches)
2. Brave Search MCP
Web and local search capabilities:
- Web search with filtering
- Local business search
- News and article search
3. GitHub MCP
GitHub integration and automation:
- Repository management
- Issue and PR handling
- Branch operations
4. Memory MCP
Persistent storage and retrieval:
- Knowledge graph management
- Entity and relation tracking
- Search capabilities
5. Sequential Thinking MCP
Structured problem-solving:
- Step-by-step analysis
- Dynamic thought revision
- Context maintenance
Configuration
Required API Keys
-
Brave Search API Key
export BRAVE_API_KEY=your_key_hereGet your key at: https://brave.com/search/api/
-
GitHub Personal Access Token
export GITHUB_PERSONAL_ACCESS_TOKEN=your_token_hereGenerate at: https://github.com/settings/tokens Required scopes:
repo,workflow(optional)
Cursor Setup
Configure each MCP in Cursor (Settings > Features > MCP):
-
Git MCP
{ "name": "Git", "type": "stdio", "command": "uvx mcp-server-git --repository /path/to/your/repo" } -
Brave Search MCP
{ "name": "Brave Search", "type": "stdio", "command": "npx -y @modelcontextprotocol/server-brave-search" } -
GitHub MCP
{ "name": "GitHub", "type": "stdio", "command": "npx -y @modelcontextprotocol/server-github" } -
Memory MCP
{ "name": "Memory", "type": "stdio", "command": "npx -y @modelcontextprotocol/server-memory" } -
Sequential Thinking MCP
{ "name": "Sequential Thinking", "type": "stdio", "command": "npx -y @modelcontextprotocol/server-sequential-thinking" }
Troubleshooting
-
Installation Issues
- Run
make verify-installationto check all components - Check system logs for error messages
- Ensure all prerequisites are met
- Run
-
API Key Issues
- Verify environment variables are set correctly
- Check API key permissions and scopes
- Ensure keys are not expired
-
Cursor Configuration
- Verify MCP settings in Cursor
- Check command paths and parameters
- Restart Cursor after configuration changes
Quick Start
Clone the repository
git clone https://github.com/cremerf/my-mcp-serversInstall dependencies
cd my-mcp-servers
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.