ThinkingData MCP
by ivaneve
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | HTTP 监听地址 | 127.0.0.1 |
| MCP_PORT | No | HTTP 监听端口 | 8000 |
| MCP_TRANSPORT | No | streamable-http 或 stdio | streamable-http |
| THINKINGDATA_TOKEN | Yes | 项目级查询密钥 | |
| THINKINGDATA_BASE_URL | Yes | 数数服务地址,例如 http://ta2:8992 | |
| THINKINGDATA_PROJECT_ID | Yes | 数数内部的数字项目 ID(例如 377),不是项目 APPID | |
| THINKINGDATA_VERIFY_SSL | No | 是否验证 HTTPS 证书 | true |
| THINKINGDATA_MAX_RESULT_ROWS | No | SQL 和分析结果最大行数 | 500 |
| THINKINGDATA_TIMEOUT_SECONDS | No | 上游请求超时 | 30 |
| THINKINGDATA_MAX_SQL_PAGE_SIZE | No | 分页/异步 SQL 的单页行数上限 | 5000 |
| THINKINGDATA_MAX_SQL_TASK_ROWS | No | 分页/异步 SQL 的总行数上限 | 100000 |
| THINKINGDATA_METADATA_TTL_SECONDS | No | 元数据缓存秒数,0 表示关闭 | 600 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ivaneve/thinkingdata-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server