mcp-fssp for Cursor
io.github.atomno-mcp/mcp-fssp
MCP server for Russian FSSP enforcement proceedings lookup and debtor search.
client:Cursor
transport:stdio
runtime:pypi
Install mcp-fssp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-fssp": {
"type": "stdio",
"command": "uvx",
"args": [
"atomno-mcp-fssp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs