This is my personal MCP (Model Context Protocol) server that acts as my coding companion, helping me build better software faster. It connects to various coding clients and provides me with powerful tools to streamline my development workflow. By leveraging the Model Context Protocol, originally developed by Anthropic and adopted by major tech companies (Microsoft, xAI, Google, and OpenAI), I can interact with my codebase more efficiently and focus on building great software.
This MCP server is my personal coding assistant that helps me:
- Save time by automating repetitive tasks โก
- Get instant access to my codebase and tools ๐
- Make better coding decisions with AI assistance ๐ง
- Focus on building features rather than setup ๐
- Seamlessly integrate with my favorite development environments:
- VS Code
- Cursor
- OpenAI Codex
- Google Gemini
- Claude Code
- And other MCP-compatible clients
-
Create and activate the virtual environment:
python -m venv venv .\venv\Scripts\Activate.ps1 # On Windows source venv/bin/activate # On macOS/Linux
-
Install dependencies:
pip install -r requirements.txt
MCP servers can be configured to run in various environments. Here's an example configuration for Cursor (which can be adapted for other clients):
{
"mcpServers": {
"server-name": {
"command": "python",
"args": ["mcp-server.py"],
"env": {
"API_KEY": "value"
}
}
}
}
This configuration can be placed in:
- Project-specific:
.cursor/mcp.json
in your project directory - Global:
~/.cursor/mcp.json
in your home directory
- My personal coding assistant that understands my workflow ๐ค
- Tool integration for faster development โก
- Cross-platform compatibility ๐
- Support for multiple coding clients ๐ฎ
- Extensible architecture for custom tool development ๐๏ธ
- Flexible authentication options (API keys, OAuth) ๐
- Project-specific and global configuration support โ๏ธ
My coding buddy automatically helps me by:
- Understanding my project context and requirements ๐
- Providing relevant tools and suggestions when needed ๐ ๏ธ
- Executing commands and managing my development environment ๐ป
- Showing me detailed responses and execution results ๐
- Learning from my preferences to provide better assistance ๐ง
Feel free to contribute to this project by submitting pull requests or opening issues for feature requests and bug reports. Every contribution makes this project better!
For more detailed information about the MCP protocol, visit the official MCP documentation.
Made with โค๏ธ by Alexander