We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/asachs01/autotask-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Task ID: 8
**Title:** Implement MCP Server Core
**Status:** done
**Dependencies:** 7 ✓
**Priority:** high
**Description:** Create the main MCP server implementation with protocol compliance and request routing
**Details:**
Create mcp-server.ts in mcp/ directory implementing MCP protocol. Handle initialize, list_resources, list_tools, call_tool, read_resource requests. Set up proper JSON-RPC 2.0 message handling with error responses. Include server capabilities declaration and version negotiation. Use @modelcontextprotocol/sdk if available or implement protocol manually.
**Test Strategy:**
Test MCP protocol compliance, message parsing/serialization, error handling for malformed requests