ghost mcp server for Cursor
io.github.ghostsecurity/ghost-mcp-server
Minimal MCP server for Ghost Security API - compatible with all MCP clients
client:Cursor
transport:stdio
runtime:npm
Install ghost mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ghost-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ghostsecurity-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs