ModelBound
Servidor MCP local primero para habilidades de agente. Valida, lint, compara y convierte archivos de habilidades de agente entre Cursor, Claude, Kiro, Windsurf, VS Code y Amazon Q, sin necesidad de cuenta. Sincronización en la nube opcional con ModelBound.
Documentación
Feedback
Open Source
The plugin platform, in the open
Every surface you install — the MCP server, the CLI, the Cursor / VS Code extension, and the Claude Code and Cursor plugins — is MIT licensed. Use them without a ModelBound account, fork them, extend them to your editor of choice, or contribute new linters, converters, and adapters.
Prefer to call ModelBound from your own agent code? Skip the IDE plumbing and use the Context API — one OpenAI-compatible /v1/query URL that drops into LangChain, LlamaIndex, CrewAI, Autogen, and OpenAI Assistants.
Local-first
Validate, lint, and convert skills offline. No API key, no network required.
Pluggable IDE adapters
Add support for your IDE in ~50 lines. Cursor, Claude, Kiro, Windsurf, VS Code, Amazon Q ship in the box.
Optional cloud sync
Bring your own MODELBOUND_API_KEY to push, pull, search, and install from the marketplace.
modelbound-mcp-server
MIT
Node 20+
stdio
Local-first
Local-first MCP server for agent skills
A local MCP server you can run over stdio in any IDE. Validate, lint, diff, and convert agent skill files across Cursor, Claude, Kiro, Windsurf, VS Code, Amazon Q, and AGENTS.md formats — entirely offline. Add a ModelBound API key to also pull, push, search, and install from the cloud library.
npx modelbound-mcp
modelbound-cli
MIT
Node 18+
GitHub Actions
Terminal & CI/CD client for ModelBound
Run token optimization, skill pipelines, trust scoring, and config audits from your shell or GitHub Actions. Uses the same API key as the MCP server and Context API. Idempotent retries, OS keychain credential storage, JSON output for scripting.
npm install -g modelbound
modelbound-cursor-extension
MIT
VS Code
Cursor
Cursor / VS Code extension
Auto-syncs your skills, rules, and system prompts between your IDE and your ModelBound library. The fastest way to keep .cursor/rules, .claude/, .kiro/skills, and .modelbound/ in lockstep with your team. Includes outcome reporting and reliability scores.
Search “ModelBound” in the VS Code marketplace
modelbound-claude-code-plugin
MIT
Claude Code
Slash commands
Official plugin for Claude Code
Sync skills and rules, run the Skill Development Pipeline, optimize tokens, and guard MCP and bash tool use. Slash commands include /mb-report and /mb-reliability for the skill feedback loop.
/plugin install modelbound
modelbound-cursor-plugin
MIT
Cursor
MCP
Official plugin for Cursor
Slash commands for the skill pipeline, trust and safety checks, version history, and MCP-backed context sync — without leaving the Cursor chat.
See the repo README
Looking for a good first issue?
The MCP server has an open roadmap of new IDE adapters (Zed, Aider, Continue, JetBrains AI), additional skill linters, and format converters. Each adapter is a small module with a stable interface — easy to contribute, easy to review.