
Parseable MCP Server
Supports UIby thenodon
Interact with Parseable data streams, logs, metrics, and traces using natural language and SQL queries.
What it does
Provides a bridge between AI agents and Parseable, enabling users to query logs and metrics using SQL, retrieve stream schemas, and analyze data distributions via natural language.
Tools
query_data_stream: Execute SQL queries against specific data streams.get_data_streams: List all available streams in the Parseable instance.get_data_stream_schema: Retrieve the fields and types for a specific stream.get_data_stream_stats: Get statistical summaries for a stream.get_about: Retrieve general Parseable system information.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"parseable": {
"command": "/path/to/mcp-parseable-server",
"args": ["--mode", "stdio"],
"env": {
"PARSEABLE_URL": "http://localhost:8000",
"PARSEABLE_USERNAME": "admin",
"PARSEABLE_PASSWORD": "admin"
}
}
}
}
Supported hosts
Claude Desktop, VS Code Copilot
Quick install
go build -o mcp-parseable-server ./cmd/mcp_parseable_serverInformation
- Pricing
- free
- Published
- 6/1/2026
- stars







