ModelBound
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MODELBOUND_API_KEY | No | Optional API key for cloud sync features. Without it, local tools still work. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ide.detectLayoutA | Detect which IDE skill/rule layouts exist in the current working directory. Returns the list of matching adapters (e.g. cursor, claude, kiro). Local-only, no network. |
| skills.listLocalA | List all skill / rule files found in the detected IDE directories under the current working directory. |
| skills.readLocalA | Read a local skill file (raw contents). Path must be inside the current working directory. |
| skills.writeLocalA | Write a local skill file. Creates parent directories. Path must be inside the current working directory. |
| skills.lintA | Lint a skill file: front-matter, token count, broken links, TODO markers. Local-only. |
| skills.validateFormatC | Validate a skill file against the agentskills.io standard. |
| skills.convertA | Convert a skill file from one IDE format to another (e.g. cursor → claude). Round-trips through a canonical {frontmatter, body} representation. |
| skills.diffA | Diff a local skill file against its cloud counterpart by slug. Local-side diff is computed here; the cloud half requires MODELBOUND_API_KEY. |
| cloud.pullSkillB | Pull a skill from the ModelBound cloud library. Response includes ai_type, source_platform, source_path, and repo when known. Requires MODELBOUND_API_KEY. |
| cloud.pushSkillB | Create or update a skill in the cloud library. Requires MODELBOUND_API_KEY. |
| cloud.listSkillsA | List skills in the cloud library. Supports ai_type (skill|hook|steering|system-prompt|rule|agent|memory|spec|instructions|prompt) and source_platform (claude-code|cursor|kiro|amazon-q|copilot|windsurf|codex|agents|modelbound) filters. Each row includes ai_type, source_platform, source_path, and repo for hierarchy-aware orchestration. Requires MODELBOUND_API_KEY. |
| cloud.resourceTreeA | Return the team's full AI resource hierarchy grouped by platform → top-level directory (.claude/skills, .cursor/rules, .kiro/steering, …) → files. Use this BEFORE listSkills when an orchestrator needs to map available context before loading. Requires MODELBOUND_API_KEY. |
| cloud.searchC | Full-text search across all cloud content. Requires MODELBOUND_API_KEY. |
| cloud.installMarketplaceSkillB | Install a public marketplace skill into your library. Requires MODELBOUND_API_KEY. |
| optimization.healthA | Get token health scores and staleness for your context library. Requires MODELBOUND_API_KEY. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ModelBound/modelbound-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server