io.github.InstaNode-dev/mcp
Quality Score
85
/100
Provision Postgres databases + webhooks from AI coding agents in one HTTP call.
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@instanode/mcp"
],
"env": {
"INSTANODE_TOKEN": "<your-instanode_token>",
"INSTANODE_API_BASE": "https://api.instanode.dev"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@instanode/mcp"
],
"env": {
"INSTANODE_TOKEN": "<your-instanode_token>",
"INSTANODE_API_BASE": "https://api.instanode.dev"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y @instanode/mcp§02 Environment variables
INSTANODE_TOKENsecret
Optional bearer JWT for paid-tier callers. Mint at https://instanode.dev/dashboard → 'API token for CLI / agent'. Lifts the free-tier 5-per-subnet-per-day provisioning cap and auto-links new resources to your account. Leave unset to use the free tier anonymously.
INSTANODE_API_BASEOverride the API base URL. Defaults to https://api.instanode.dev. Useful for self-hosted deployments.
§03 MCP Quality Score · methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04 Alternatives in Databases
ai.haymon/dbmcp
ai.haymon/dbmcp
Database MCP server for MySQL, MariaDB, PostgreSQL & SQLite
ai.smithery/MisterSandFR-supabase-mcp-selfhosted
ai.smithery/MisterSandFR-supabase-mcp-selfhosted
Manage Supabase projects end to end across database, auth, storage, realtime, and migrations. Moni…
ai.smithery/afgong-sqlite-mcp-server
ai.smithery/afgong-sqlite-mcp-server
Explore your Messages SQLite database to browse tables and inspect schemas with ease. Run flexible…