


listProject tool takes an optional orgId as input. The LLM should be able to forward that to MCP if you include it in prompt. With OAuth authentication you should have access to organization projects as well. This might not work when running MCP locally because of user-scoped API keys.npx that would probably mean you are running older (cached) version of package. @latest to install latest version. can it be that @neondatabase/mcp-server-neon is not allowing org-keys?It should work just fine with org-keys, by listing just org-projects. There is no specific logic in here for Smithery or local.
list all projects in organization {orgID}listProjectnpx@latest{
"Neon": {
"command": "npx",
"args": ["-y", "@neondatabase/mcp-server-neon@latest", "start", "<api_key>"]
},
}{
"Neon": {
"command": "npx",
"args": ["-y", "@neondatabase/mcp-server-neon@latest", "start", "<org_api_key>"]
},
}