SkeletIQ for Cursor
com.skeletiq/mcp
Hand a released SkeletIQ architecture to a coding agent: brief, build order, drift check.
client:Cursor
transport:stdio
runtime:npm
Install SkeletIQ in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@skeletiq/mcp"
],
"env": {
"SKELETIQ_API_KEY": "<SKELETIQ_API_KEY>",
"SKELETIQ_API_URL": "<SKELETIQ_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs