10 projects
jaimenbell-video-digest
Turn a video (URL or local mp4) into keyframes + transcript + a structured markdown digest. Fully local, $0.
jaimenbell-mcp-factory
Manifest-driven MCP server scaffolder and runtime hub for Claude tool integrations
jaimenbell-discord-mcp
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 DISCORD_MCP_ENABLE_WRITE=1 (default OFF), instead of hand-rolled Discord API calls.
jaimenbell-mcp-security-scanner
Static security scanner for MCP servers — codegen injection, tool-param injection, auth posture, secret handling.
jaimenbell-rag-mcp
Minimal, honest RAG-over-a-corpus MCP retrieval tool: search_knowledge(query, k) -> cited chunks. Local embeddings + embedded vector store. Auth-scoped, fail-soft, version-pinned.
rails-mcp
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.
vllm-ops-mcp
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.
bus-mcp
Ergonomic MCP server fronting the self-hosted AlphaHive coordination-bus HTTP API (backend/coordination_bus.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).
desktop-mcp
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.
jaimenbell-github-mcp
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.