k65miyazakiy/mcp-server-spanner
If you are the rightful owner of mcp-server-spanner and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP Server for Spanner is a Model Context Protocol server designed to connect to Google Cloud Spanner databases and execute SQL queries, primarily serving as a tool for AI assistants to interact with Spanner databases.
Tools
Functions exposed to the LLM to take actions
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)
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client