loading…
Search for a command to run...
loading…
A minimal, well-structured MCP server implementation for learning and experimentation that exposes three tools: web search, API search, and client ID processing
A minimal, well-structured MCP server implementation for learning and experimentation that exposes three tools: web search, API search, and client ID processing. It demonstrates clean separation between tool, transport, and LLM layers while supporting multiple AI clients through the Model Context Protocol standard.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"aris-md-mcp": {
"command": "npx",
"args": []
}
}
}