Secret MCP for Cursor
io.github.yyeongjin/secret-mcp
Local MCP server for isolated, evidence-backed GDWEB design analysis and web search.
client:Cursor
transport:stdio
runtime:npm
Install Secret MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"secret-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"secret-design-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs