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. |
Capabilities
Features and capabilities supported by this server
| 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
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