CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Modelbound Mcp

modelbound/modelbound-mcp-server
19 toolsauthSTDIOregistry active
Summary

A local-first MCP server that stores and syncs agent skills across Cursor, Claude, Kiro, Windsurf, VS Code, and Amazon Q. Exposes tools for validation, linting (front-matter, token counts, broken links), format conversion between IDE conventions, and diff operations. All core functions run offline over stdio with no API key required. Add MODELBOUND_API_KEY to unlock cloud sync, marketplace installs, and team resource trees grouped by platform hierarchy. Useful if you switch between AI coding tools frequently and don't want to rewrite rules and context files for each one. Also works as a standalone CLI for batch operations on skill directories.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

19 tools
files.createCreate a new context file on ModelBound3 params

Create a new context file on ModelBound

Parameters* required
titlestring
Human-readable title for the file
contentstring
File body as text or markdown
context_typestring
File category (e.g. system_prompt, rule, doc)
files.getGet the full content of a specific context file by ID1 params

Get the full content of a specific context file by ID

Parameters* required
file_idstring
UUID of the context file to retrieve
files.listList context files in your ModelBound library2 params

List context files in your ModelBound library

Parameters* required
limitnumber
Max number of files to return (default 50)
context_typestring
Optional category filter
files.searchSearch context files by keyword1 params

Search context files by keyword

Parameters* required
querystring
Keyword or phrase to search for in file titles and content
search.allSearch across all ModelBound content (files, agents, packs, corpora)1 params

Search across all ModelBound content (files, agents, packs, corpora)

Parameters* required
querystring
Keyword or phrase to search across all content types
optimization.tokensRun AI-powered token compression on context files (30-60% reduction)1 params

Run AI-powered token compression on context files (30-60% reduction)

Parameters* required
file_idstring
UUID of the file to optimize
security.scanSecurity scan for prompt/context files (prompt injection, secrets, etc.)1 params

Security scan for prompt/context files (prompt injection, secrets, etc.)

Parameters* required
file_idstring
UUID of the file to scan
optimization.healthGet health scores, staleness, and size warnings for all context files

Get health scores, staleness, and size warnings for all context files

No parameter schema in public metadata yet.

optimization.contextRetrieve context files ranked by relevance within a token budget2 params

Retrieve context files ranked by relevance within a token budget

Parameters* required
querystring
Task description used to rank relevance
token_budgetnumber
Maximum total tokens to return (default 128000)
optimization.auditToolsReport the token footprint of all enabled MCP tool definitions

Report the token footprint of all enabled MCP tool definitions

No parameter schema in public metadata yet.

optimization.costEstimate cumulative conversation cost and recommended reset points2 params

Estimate cumulative conversation cost and recommended reset points

Parameters* required
modelstring
Model identifier (e.g. gpt-5, claude-sonnet-4)
turnsnumber
Number of conversation turns to project
skills.listList portable ModelBound Skills1 params

List portable ModelBound Skills

Parameters* required
limitnumber
Max number of skills to return
skills.getGet a full Skill bundle including SKILL.md and bundled files1 params

Get a full Skill bundle including SKILL.md and bundled files

Parameters* required
skill_idstring
UUID of the skill to retrieve
corpus.createCreate a new RAG corpus for knowledge base search2 params

Create a new RAG corpus for knowledge base search

Parameters* required
namestring
Corpus display name
descriptionstring
What this corpus contains
corpus.searchSearch a RAG corpus using hybrid keyword + vector retrieval3 params

Search a RAG corpus using hybrid keyword + vector retrieval

Parameters* required
limitnumber
Max results to return (default 10)
querystring
Search query
corpus_idstring
UUID of the corpus to search
corpus.askAsk a natural-language question grounded in a RAG corpus2 params

Ask a natural-language question grounded in a RAG corpus

Parameters* required
questionstring
Natural-language question
corpus_idstring
UUID of the corpus to query
threads.startStart a new adaptive conversation thread1 params

Start a new adaptive conversation thread

Parameters* required
titlestring
Optional thread title
threads.appendAppend a message to an existing thread3 params

Append a message to an existing thread

Parameters* required
rolestring
Message role: user, assistant, or system
contentstring
Message text
thread_idstring
UUID of the thread
threads.getWindowGet the current context window for a thread1 params

Get the current context window for a thread

Parameters* required
thread_idstring
UUID of the thread

modelbound-mcp

Local-first MCP server for agent skills. Validate, lint, diff, and convert agent skill files across Cursor, Claude, Kiro, Windsurf, VS Code, and Amazon Q — no account required. Optional cloud sync with ModelBound.

npm License: MIT

Why ModelBound?

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.

What it does

modelbound-mcp is a small Model Context Protocol server you run locally over stdio. It exposes tools to your IDE / agent using dot-notation naming for navigable discovery (per the Smithery quality guidelines):

Local (no API key, no network):

  • ide.detectLayout — find which IDE conventions your repo uses
  • skills.listLocal, skills.readLocal, skills.writeLocal
  • 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 (with MODELBOUND_API_KEY):

  • cloud.pullSkill, cloud.pushSkill, cloud.search
  • 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

Resource hierarchy

Orchestrators that juggle multiple AI platforms can call cloud.resourceTree once to get a complete map of available skills, rules, hooks, steering files, and system prompts — grouped exactly how each platform expects them on disk. Pair it with the new ai_type / source_platform filters on cloud.listSkills to load only the slice you need. See examples/resource-tree.ts.

The cloud tools are a thin JSON-RPC proxy to mcp.modelbound.co. All business logic stays server-side; this repo never touches your data or secrets.

Migration from 0.1.x — old snake_case names (detect_ide_layout, pull_skill, …) were removed in 0.2.0. The hosted ModelBound MCP server still accepts both forms forever for backward compatibility.

Install

npx modelbound-mcp

Or install globally:

npm i -g modelbound-mcp

Use as an MCP server

Cursor (.cursor/mcp.json)

{
  "mcpServers": {
    "modelbound": {
      "command": "npx",
      "args": ["-y", "modelbound-mcp"],
      "env": { "MODELBOUND_API_KEY": "mb_live_..." }
    }
  }
}

MODELBOUND_API_KEY is optional. Without it, local tools still work.

See examples/ for Claude Desktop, Kiro, Windsurf, and VS Code configs.

Use as a CLI

modelbound-mcp detect                                  # which IDE layouts exist here?
modelbound-mcp ls                                      # list every skill file
modelbound-mcp lint .cursor/rules/                     # lint a directory
modelbound-mcp validate ./SKILL.md                     # agentskills.io compliance
modelbound-mcp convert --from cursor --to claude ./rule.mdc > out.md

Contributing

We want help. Specifically:

  • New IDE adapters — Zed, Aider, Continue, JetBrains AI, Cline. See CONTRIBUTING.md for the ~50 line recipe.
  • Linter rules — token estimation accuracy, dead-link detection, format-specific gotchas.
  • Format converters — fidelity improvements between adapter pairs.

Browse good first issues and the roadmap.

Related projects

ProjectDescription
ModelBound CLI · npmTerminal + CI for token optimization, skill pipeline, and version management
Cursor Extension · MarketplaceVS Code/Cursor extension for rules sync and MCP bridge
Cursor PluginCursor slash commands for pipeline, trust & safety, and versions
Claude Code PluginClaude Code plugin for pipeline, hooks, and skill sync
Dev PacksOpen-source curated AI context packs for engineering teams

Also on Smithery (stdio via npx modelbound-mcp) and the MCP Registry. Install hub: modelbound.co/connect

License

MIT © ModelBound

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

MODELBOUND_API_KEYsecret

ModelBound API key for optional cloud sync features. Get one at https://modelbound.co/settings/api-keys

Categories
AI & LLM Tools
Registryactive
Packagemodelbound-mcp
TransportSTDIO
AuthRequired
UpdatedMay 23, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
SkillFM LLM Cost Optimizer

io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
Llm Orchestration Agent

io.github.mikerawsonnz/llm-orchestration-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
Authenticated Llm Agent

io.github.mikerawsonnz/authenticated-llm-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
Copilot Memory MCP

labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
1
Agent Prompt Injection Firewall Mcp

csoai-org/agent-prompt-injection-firewall-mcp

The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Authenticated Multi Llm Agent

io.github.mikerawsonnz/authenticated-multi-llm-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f