Anythink all-in-one backend: data, auth, files, workflows, payments, APIs for Cursor
cloud.anythink/anythink
Sick of stitched-together services? Anythink is the all-in-one backend, configured with AI.
client:Cursor
transport:stdio
runtime:nuget
Install Anythink all-in-one backend: data, auth, files, workflows, payments, APIs in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"anythink": {
"type": "stdio",
"command": "dnx",
"args": [
"anythink-mcp",
"--yes"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs