Discover MCP servers. Connect your agent.
Kafka MCP server for event streaming and message queuing. Produce and consume messages, manage topics, inspect consumer groups, and monitor cluster health. Works with Confluent Cloud and self-hosted Kafka.
https://github.com/confluentinc/mcp-kafka
stdio
api_key
9 tools
messagingevent-streamingkafkareal-timeinfrastructure
Registered 2026-02-17
Deploy and manage Railway projects and services. Create deployments, manage environment variables, view logs, and control infrastructure on the Railway platform.
https://github.com/gleich/railway-mcp
stdio
api_key
8 tools
deploymenthostinginfrastructuredevops
Registered 2026-02-17
Official HashiCorp Terraform MCP Server for Infrastructure as Code. Search and retrieve provider documentation, access module information with inputs, outputs, and examples. Find Sentinel policies for governance and compliance. Manage HCP Terraform workspaces, variables, and variable sets. Dual transport support (Stdio and StreamableHTTP). AI-powered IaC development workflows.
https://github.com/hashicorp/terraform-mcp-server
stdio
api_key
12 tools
iacterraforminfrastructurehashicorpdevopscloudofficial
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"]
}'