This is an MCP server for PostgREST. It allows LLMs perform database queries and operations on Postgres databases via PostgREST.
Installation InstructionsThe Supabase MCP server is a Model Context Protocol integration that This is an MCP server for PostgREST. It allows LLMs perform database queries and operations on Postgres databases via PostgREST.. It extends Claude Code's capabilities by providing direct access to Supabase functionality.
To install the Supabase MCP server, follow the installation instructions in the server's documentation. Most MCP servers can be installed via npm or configured directly in your Claude Code settings.
With the Supabase MCP server, Claude Code can this is an mcp server for postgrest. it allows llms perform database queries and operations on postgres databases via postgrest.. This enables more powerful automation and integration with your development workflow.
Model Context Protocol (MCP) is a protocol that enables LLMs to access custom tools and services. Claude Code can connect to MCP servers to access additional tools and capabilities.
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/path/to/allowed/files"
]
}
}
}