mcp-server-spanner
0
MCP Server for Spanner is designed to facilitate interactions with Google Cloud Spanner databases through the Model Context Protocol. It supports various SQL operations and is intended for use with AI assistants.
read_query
Perform a SELECT query
list_tables
Get a list of tables in the database
describe_table
Displays the structure of the specified table
execute_ddl
Perform DDL query
execute_write
Perform an update operation (INSERT, UPDATE, DELETE)