Loading MCP server directory, please wait...
Hand a released SkeletIQ architecture to a coding agent: brief, build order, drift check.
npx @getmcp/cli add com.skeletiq/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
SKELETIQ_API_KEYA SkeletIQ personal API token (starts skq_), created under Settings -> Agent access. Needs the read scope at minimum; add generate to create designs and report to check drift.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.skeletiq/mcp": {
"command": "npx",
"args": [
"-y",
"@skeletiq/mcp"
],
"env": {
"SKELETIQ_API_KEY": "",
"SKELETIQ_API_URL": ""
}
}
}
}