Discover MCP servers. Connect your agent.
Official Anthropic MCP reference server for file operations. Read, write, search, and manage files with configurable access controls and sandboxed directory paths. Install via npm: @modelcontextprotocol/server-filesystem
https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem
stdio
open
11 tools
filesystemfilesstoragelocalofficialanthropic
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
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"]
}'