Skip to main content
Glama

AI Development Guidelines MCP Server

replit.md2.63 kB
# AI Development Guidelines MCP Server ## Overview An MCP (Model Context Protocol) server that provides AI agents with professional development guidelines, coding standards, and best practices. The server uses an AI orchestration layer powered by Anthropic Claude to intelligently select and deliver the right documentation based on incoming agent requests. ## Purpose - Provide AI agents with professional-level coding rules and guidelines - Deliver context-aware development documentation through MCP protocol - Enable agents to write production-quality code using curated best practices ## Current State ✅ **Complete** - Fully functional MCP server with AI orchestration layer ## Project Architecture - **Language**: Python 3.11+ - **MCP Server**: Using official MCP Python SDK (v1.19.0) - **AI Orchestration**: Anthropic Claude API for intelligent context selection (optional) - **Documentation**: Comprehensive templates for rules, skills, and steering - **Testing**: Complete test suite with test client ## Structure ``` / ├── src/ │ ├── mcp_server.py # Main MCP server implementation │ ├── ai_orchestrator.py # AI-powered context selector │ └── utils/ │ ├── config.py # Configuration management │ └── document_loader.py # Documentation file loader ├── docs/ │ ├── rules.md # Professional coding rules (5,513 chars) │ ├── skills.md # Development skills and practices (8,576 chars) │ └── steering.md # AI agent steering instructions (9,960 chars) ├── config.yaml # Server configuration ├── main.py # Entry point ├── test_client.py # Test client for validation └── README.md # Complete documentation ``` ## Features Implemented - ✅ 4 MCP tools (get_coding_rules, get_development_skills, get_steering_instructions, get_custom_guidance) - ✅ 3 MCP resources (guidelines://rules, guidelines://skills, guidelines://steering) - ✅ AI orchestration with graceful degradation when API key not set - ✅ Comprehensive test coverage - ✅ Full documentation and README ## Recent Changes - 2025-10-27: Initial project setup, MCP SDK installation - 2025-10-27: Implemented all core features and AI orchestration - 2025-10-27: Added comprehensive test suite - 2025-10-27: Architect review and approval - all critical issues addressed ## User Preferences - Use Anthropic Claude for AI orchestration - Python-based implementation - Professional-level development standards

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/anip1805-dotcom/MCPCodeAI'

If you have feedback or need assistance with the MCP directory API, please join our Discord server