SkillOS MCP Server for Cursor
io.github.joshanihub/skillos-mcp-server
SkillOS MCP Runtime exposes the SkillOS skill registry as activatable MCP tools for AI agents.
client:Cursor
transport:stdio
runtime:npm
Install SkillOS MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"skillos-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"skillos-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs