mcp-factory
01MCP server Claude CodeCodexCursor
Manifest-driven MCP server scaffolder and runtime hub for Claude tool integrations. Runs locally from the jaimenbell-mcp-factory Python package.
MCP server Claude CodeCodexCursor
Manifest-driven MCP server scaffolder and runtime hub for Claude tool integrations. Runs locally from the jaimenbell-mcp-factory Python package.
MCP server Claude CodeCodexCursor
Ergonomic MCP server fronting the self-hosted AlphaHive coordination-bus HTTP API (backend/coordinationbus.py) -- post/read/claim/release/heartbeat/status as MCP tools instead of hand-rolled curl. Fast-follow to the coordination-bus arc, github-mcp-shaped (MCP over an HTTP API). Runs locally from the bus-mcp Python…
MCP server Claude CodeCodexCursor
Windows desktop-control MCP server: screenshot, window mgmt, mouse/keyboard input, and screen-recording. Config-gated tool groups (observe/window/input/record) -- input disabled by default. Local-only, single-machine. Runs locally from the desktop-mcp Python package.
MCP server Claude CodeCodexCursor
MCP server over the real Discord REST API -- 5 read-only tools always on, plus 6 write tools (create/edit channel, create/edit role, edit guild, delete channel) gated behind DISCORDMCPENABLEWRITE=1 (default OFF), instead of hand-rolled Discord API calls. Runs locally from the jaimenbell-discord-mcp Python package.
MCP server Claude CodeCodexCursor
Minimal, honest RAG-over-a-corpus MCP retrieval tool: searchknowledge(query, k) -> cited chunks. Local embeddings + embedded vector store. Auth-scoped, fail-soft, version-pinned. Runs locally from the jaimenbell-rag-mcp Python package.
MCP server Claude CodeCodexCursor
Self-hosted, caller-configured default-deny action registry + append-only spend ledger + human sign-off audit trail, exposed as MCP tools. classify() is unconditional GATED -- that invariant is never configurable. Governance/safety flagship: stop an agent from doing something irreversible without a human noticing.…
MCP server Claude CodeCodexCursor
Read-only ops/health MCP server for a local vLLM server (WSL2/systemd-managed): liveness vs real-completion health tiers, GPU/VRAM status, systemd service status, and live serve-flag introspection. No lifecycle-control tools in this release. Runs locally from the vllm-ops-mcp Python package.
MCP server Claude CodeCodexCursor +2
Public read+write reference MCP server over the GitHub REST API. Env-gated tool groups (read always on, write off by default), fine-grained PAT auth that degrades to the unauthenticated tier, typed rate-limit/error payloads. Reference portfolio implementation, NOT the official GitHub MCP server. Runs locally from the…