Local-first MCP server for agent skills. Validate, lint, diff, and convert across IDEs.
Local-first MCP server for agent skills. Validate, lint, diff, and convert across IDEs. The modelbound mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 9 defined tools rather than through you.
AI tools come and go. You might use Cursor today, switch to Claude Code tomorrow, and try Kiro next week — but your skills, rules, and context shouldn't be locked into any one of them. ModelBound gives you a single place to store and manage your agent skills, so you can move between tools freely without rebuilding your setup each time. Write a skill once, sync it everywhere, and get more value out of every AI subscription you're already paying for.
Everything the assistant can do here goes through one of these:
ide.detectLayout — find which IDE conventions your repo usesskills.lint — front-matter, token count, broken links, TODO scanskills.validateFormat — agentskills.io complianceskills.convert — translate between IDE formats (e.g. Cursor → Claude)skills.diff — compare a local skill with its cloud counterpartcloud.listSkills — now accepts ai_type and source_platform filters; every row includes ai_type, source_platform, source_path, and repocloud.resourceTree — returns the team's full hierarchy grouped by platform → top-level dir (.claude/skills, .cursor/rules, .kiro/steering, …) → files. Use this beforecloud.installMarketplaceSkill — optimization.healthProject — DescriptionBeing a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
You will need one environment variable: MODELBOUND_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Modelbound's toolset — ide.detectLayout, skills.lint, skills.validateFormat and 6 more — is a fair guide to whether it matches your workflow. It is maintained by ModelBound; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| ide.detectLayout | find which IDE conventions your repo uses |
| skills.lint | front-matter, token count, broken links, TODO scan |
| skills.validateFormat | agentskills.io compliance |
| skills.convert | translate between IDE formats (e.g. Cursor → Claude) |
| skills.diff | compare a local skill with its cloud counterpart |
| cloud.listSkills | now accepts ai_type and source_platform filters; every row includes ai_type, source_platform, source_path, and repo |
| cloud.resourceTree | returns the team's full hierarchy grouped by platform → top-level dir (.claude/skills, .cursor/rules, .kiro/steering, …) → files. Use this before cloud.listSkills when an orchestrator needs to map context before loading. |
| cloud.installMarketplaceSkill | optimization.health |
| Project | Description |
{
"mcpServers": {
"modelbound": {
"command": "npx",
"args": ["-y", "modelbound-mcp"],
"env": { "MODELBOUND_API_KEY": "mb_live_..." }
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| MODELBOUND_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.