mcp-suite
01Plugin Claude Code
MCP servers from the mcp-suite project, installable as Claude Code plugins.
A collection of Model Context Protocol (MCP) servers, built in TypeScript.
Plugin Claude Code
MCP servers from the mcp-suite project, installable as Claude Code plugins.
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.
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.