True LLMs / REGISTRY
MCP servers
What each MCP server can access, sourced from its own README — no invented security grade, no fabricated test results.
Scope: compatibility below is what each skill's own source states, not an independent test — True LLMs hasn't run these against live agents yet. Marked confirmed by source where the repo says so, untested everywhere else.
GitHub MCP Server
GitHub's official MCP server. Connects AI tools to GitHub's platform to read repositories and code, manage issues and PRs, analyze code, and automate workflows.
Filesystem MCP Server
Official MCP reference server for filesystem operations — read/write files, create/list/delete directories, move files, search files, get metadata — with configurable directory access controls.
Fetch MCP Server
Official MCP reference server that fetches web content and converts HTML to markdown so LLMs can retrieve and read web pages in chunks.
Git MCP Server
Official MCP reference server for Git repository interaction and automation — status, diff, commit, add, reset, log, branch, and checkout tools operating on a local repository.
Memory MCP Server
Official MCP reference server implementing persistent memory via a local knowledge graph of entities and relations, so Claude can remember information about the user across chats.