peaka-mcp-server
0
Peaka MCP server provides tools for managing and executing SQL queries on Peaka projects through large language models. It enhances the ability of LLMs to retrieve and interact with database schemas using Peaka's text2SQL features.
peaka-mcp-server
Peaka MCP server allows integration with large language models (LLMs) to facilitate SQL query execution on Peaka projects. It enables LLMs to inspect schemas and run queries using Peaka's text2SQL capabilities.
Components
Resources
- Peaka SQL Query Rule Set provides guidelines for writing SQL queries.
Tools
- Retrieve table metadata and schema information.
- Access Peaka's golden SQL vector store.
- Execute SQL queries on Peaka.
Usage with Claude Desktop
- Configure the
peaka
object in themcpServers
section of the configuration file. - Restart Claude Desktop after making changes.
Environment Variables
- Use
DBC_BASE_URL
,PEAKA_API_KEY
, andPARTNER_API_BASE_URL
for server configuration.