Directory
MCP server directory
Search and filter source-backed MCP server records. Every record shows its source links, risk surface, and Local AI Guide test status.
Showing 7 server records. Risk surface labels are not safety scores.
Reference and testingNot independently tested by Local AI Guide
Everything reference server
Reference/testing MCP server used to exercise protocol features and client behavior.
- Local/remote
- local
- Transport
- stdio
- Auth model
- none_documented
- Maintenance
- reference
- Package/repository
- @modelcontextprotocol/server-everything
- Updated
- 2026-05-24
Risk surface: highUnknown permissions
- Use as a reference/testing server, not as evidence that a production integration is safe.
Browser and webNot independently tested by Local AI Guide
Fetch server
Server pattern for fetching web content so an MCP host can retrieve external pages.
- Local/remote
- local
- Transport
- stdio
- Auth model
- none_documented
- Maintenance
- reference
- Package/repository
- @modelcontextprotocol/server-fetch
- Updated
- 2026-05-24
Risk surface: highCan access browser or webRemote network surface
- Review SSRF, allowlist, private network, and prompt-injection risks before enabling web retrieval.
Files and local systemNot independently tested by Local AI Guide
Filesystem server
Local file access server pattern for reading and writing files within configured paths.
- Local/remote
- local
- Transport
- stdio
- Auth model
- local_permissions
- Maintenance
- reference
- Package/repository
- @modelcontextprotocol/server-filesystem
- Updated
- 2026-05-24
Risk surface: highCan read local filesCan write local filesLocalhost/LAN exposure
- Restrict paths aggressively and assume file read/write tools can expose or mutate sensitive data.
Developer toolsNot independently tested by Local AI Guide
Git server
Developer-tool server pattern for repository inspection and git operations.
- Local/remote
- local
- Transport
- stdio
- Auth model
- local_permissions
- Maintenance
- reference
- Package/repository
- @modelcontextprotocol/server-git
- Updated
- 2026-05-24
Risk surface: highCan read local filesCan write local filesCan access private repositories
- Repository contents can include secrets or proprietary files; write operations can alter working trees.
Documents and knowledgeNot independently tested by Local AI Guide
Memory server
Reference knowledge-graph style server for persistent memory experiments.
- Local/remote
- local
- Transport
- stdio
- Auth model
- local_permissions
- Maintenance
- reference
- Package/repository
- @modelcontextprotocol/server-memory
- Updated
- 2026-05-24
Risk surface: highCan write local filesUnknown permissions
- Persistent memory can retain sensitive facts; review storage location and deletion behavior.
Reference and testingNot independently tested by Local AI Guide
Sequential Thinking server
Reference/testing server for stepwise reasoning workflows.
- Local/remote
- local
- Transport
- stdio
- Auth model
- none_documented
- Maintenance
- reference
- Package/repository
- @modelcontextprotocol/server-sequential-thinking
- Updated
- 2026-05-24
Risk surface: highUnknown permissions
- Treat as a protocol/workflow reference rather than proof of production readiness.
Reference and testingNot independently tested by Local AI Guide
Time server
Utility server pattern for time and timezone queries.
- Local/remote
- local
- Transport
- stdio
- Auth model
- none_documented
- Maintenance
- reference
- Package/repository
- @modelcontextprotocol/server-time
- Updated
- 2026-05-24
Risk surface: highUnknown permissions
- Lower data surface than file or command servers, but still review package source and execution environment.