Steps to reproduce
Running Neon MCP Authentication through Claude Code /mcp
Expected result
Full-access, write scopes available. This is the behavior I was getting up until today
Actual result
Read-only scopes show up for me only
Environment
i've tried with both
"neon": {
"type": "http",
"url": "https://mcp.neon.tech/mcp"
}
and
"neon": {
"type": "http",
"url": "https://mcp.neon.tech/mcp",
"headers": {
"Authorization": "Bearer TOKEN_HERE"
}
}
Steps to reproduce
Running Neon MCP Authentication through Claude Code
/mcpExpected result
Full-access, write scopes available. This is the behavior I was getting up until today
Actual result
Read-only scopes show up for me only
Environment
i've tried with both
and