tashan for Cursor
sh.tashan/tashan
Check any MCP server or agent skill before installing: upkeep, real adoption, and OSV advisories.
client:Cursor
transport:stdio
runtime:npm
Install tashan in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tashan": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tashan-cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs