MCP.so
登录
M

Machbase Mcp

@machbase

关于 Machbase Mcp

暂无概览

基本信息

分类

其他

传输方式

stdio

发布者

machbase

提交者

joy cho

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "machbase": {
      "command": "C:/Users/Username/anaconda3/envs/mcp/python.exe",
      "args": [
        "C:/Users/Username/AppData/Roaming/Claude/Machbase.py"
      ],
      "env": {
        "MACHBASE_HOST": "localhost",
        "MACHBASE_PORT": "5654"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Machbase Mcp?

Machbase Mcp is an MCP (Model Context Protocol) server that enables natural-language database operations through integration between Claude Desktop and Machbase Neo. It converts user requests expressed in natural language into Machbase Neo commands and executes them, making database interaction more accessible.

How to use Machbase Mcp?

Use Machbase Mcp through Claude Desktop’s native MCP connection. No additional API keys are required. Simply ask Claude a question about your Machbase Neo database, and the server handles the translation and execution automatically.

Key features of Machbase Mcp

  • Official Machbase Neo documentation search with AI-powered explanations
  • Real-time database integration for table creation, data manipulation, and complex queries
  • Natural-language-to-SQL conversion via Claude
  • Time series data analysis and querying (e.g., IoT sensor data, logs)
  • Native Claude Desktop integration with no extra API keys needed

Use cases of Machbase Mcp

  • Querying IoT sensor data using everyday language
  • Analyzing log data without writing SQL manually
  • Performing natural-language database operations (create tables, insert data, run reports)

FAQ from Machbase Mcp

How does Machbase Mcp convert natural language to SQL?

Claude Desktop parses the user’s request and calls MCP tools. The Machbase Mcp server then generates the appropriate SQL and connects to Machbase Neo via its HTTP/REST API.

Do I need a separate API key to use Machbase Mcp?

No. The server leverages Claude Desktop’s built-in capabilities, so no additional API keys are required.

What kind of data can I work with using Machbase Mcp?

The server is designed for time series data such as IoT sensor data and log data, but it also supports general database operations like table creation and complex queries.

What is the data flow when I ask a question?

User request → Claude Desktop → MCP Server (SQL generation & connection) → Machbase Neo → response back through Claude’s interpretation.

评论

其他 分类下的更多 MCP 服务器