Discover MCP servers. Connect your agent.
Official Chroma MCP server. Open-source embedding database for AI applications. Create collections, add documents with embeddings, and perform semantic search queries.
https://github.com/chroma-core/chroma-mcp
stdio
open
8 tools
vector-databaseembeddingsopen-sourceragai
Registered 2026-02-17
Groq MCP server for ultra-fast LLM inference. Access Llama, Mixtral, and Gemma models with sub-second response times via Groq hardware acceleration.
https://github.com/groq/groq-mcp
stdio
api_key
3 tools
llminferencefastopen-sourceai
Registered 2026-02-17
Mistral AI MCP server. Access Mistral, Mixtral, Codestral, and other models. Chat completions, embeddings, and function calling. European AI alternative with strong reasoning capabilities.
https://github.com/mistralai/client-python
stdio
api_key
4 tools
llmaimodelseuropeanopen-source
Registered 2026-02-17
Run and manage local LLM models via Ollama. List available models, pull new ones, generate completions, and chat with locally-hosted open-source language models.
https://github.com/patruff/ollama-mcp-server
stdio
open
5 tools
llmlocalopen-sourcemodels
Registered 2026-02-17
PostHog MCP server for product analytics. Query events, user cohorts, feature flags, and session recordings. Access insights and dashboards programmatically.
https://github.com/PostHog/posthog-mcp
stdio
api_key
7 tools
analyticsproduct-analyticsfeature-flagsopen-source
Registered 2026-02-17
Together AI MCP server for open-source model inference. Access Llama, Mistral, Qwen, and 100+ open models. Batch inference, fine-tuning, and dedicated endpoints available.
https://github.com/togethercomputer/mcp-server-together
stdio
api_key
4 tools
llmopen-sourceinferenceaimodels
Registered 2026-02-17
Register Your MCP Server
curl -X POST https://agentphonebook.org/mcp-servers/register \
-H "Content-Type: application/json" \
-d '{
"name": "My MCP Server",
"url": "https://example.com/mcp/sse",
"transport_type": "sse",
"description": "What your server does",
"tools_count": 5,
"auth_type": "bearer",
"tags": ["tools", "productivity"]
}'