mcp-suite
01Plugin Claude Code
MCP servers from the mcp-suite project, installable as Claude Code plugins.
Plugin Claude Code
MCP servers from the mcp-suite project, installable as Claude Code plugins.
Instructions file
Claude Code instructions for Abhishekkumar2021/mcp-suite, covering claude.md, what this is, commands, hard constraints and naming standard (enforced — see naming.md).
Plugin Claude Code
Sandboxed local filesystem for any MCP client: read, search (glob + grep), token-efficient edits, copy/move, soft-delete trash, zip, checksums, and dedup. Runs the published @abhishekmcp/files server via npx.
MCP server Claude CodeCodexCursor
MCP server for the local filesystem — read, search, edit, copy, archive, and safely manage files within sandboxed roots, from any MCP client. Runs locally from the @abhishekmcp/files npm package. Needs 1 environment variable to run.
Plugin Claude Code
Local Git for any MCP client: status, log, diff, file history, branches/tags, read-at-ref, and gated stage/commit — pure-JS (isomorphic-git), no git binary. Runs @abhishekmcp/git via npx.
Plugin Claude Code
GitHub for any MCP client: search repos/code/issues, read repos/issues/PRs/files, list notifications, create issues — authenticated via OAuth device flow or a token. Runs @abhishekmcp/github via npx.
Plugin Claude Code
HTTP/REST client for any MCP client: ad-hoc requests plus saved collections and environments, env secrets, host-allowlisted + SSRF-safe — pure Node built-ins. Runs @abhishekmcp/http via npx.
Plugin Claude Code
Local markdown notes for any MCP client: ranked + semantic search, tags, todos, a wiki-link knowledge graph, daily notes, templates, and slash-command workflows. Runs the published @abhishekmcp/notes server via npx.
Plugin Claude Code
SQL databases for any MCP client: read-only query + schema introspection over Postgres & SQLite, with gated writes. Named connections via DBCONN . Runs @abhishekmcp/sql via npx.
MCP server Claude CodeCodexCursor
Local Git via MCP: status, log, diff, file history, branches, and gated stage/commit. Pure-JS. Runs locally from the @abhishekmcp/git npm package. Needs 2 environment variables to run.
MCP server Claude CodeCodexCursor
GitHub via MCP: search, repos, issues, PRs, files, notifications. OAuth device flow or token. Runs locally from the @abhishekmcp/github npm package. Needs 3 environment variables to run.
MCP server Claude CodeCodexCursor
HTTP/REST client with saved collections, env secrets, and SSRF-safe host allowlisting. Runs locally from the @abhishekmcp/http npm package. Needs 2 environment variables to run.
MCP server Claude CodeCodexCursor
Local markdown notes: ranked + semantic search, tags, todos, and a wiki-link knowledge graph. Runs locally from the @abhishekmcp/notes npm package. Needs 3 environment variables to run.
MCP server Claude CodeCodexCursor
Read-only SQL querying + schema introspection over Postgres & SQLite, with a gated write mode. Runs locally from the @abhishekmcp/sql npm package. Needs 2 environment variables to run.