MCP Server
@chronosphereio
About MCP Server
MCP server for chronosphere
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Server?
An MCP server for Chronosphere that provides tools for fetching logs, metrics, traces, events, and select entities. It is a work in progress – many features are not yet implemented and may change without warning.
How to use MCP Server?
Build the binary with make chronomcp, then configure it as an MCP server in your client (e.g., Claude Desktop or Cursor) by providing the path to the binary, a config file, and environment variables CHRONOSPHERE_ORG_NAME and CHRONOSPHERE_API_TOKEN. Alternatively, run directly with make run-chronomcp.
Key features of MCP Server
- Fetches logs, metrics, traces, and events from Chronosphere
- Also retrieves select Chronosphere entities
- Uses standard Chronosphere authentication (API token)
- Supports Streamable HTTP transport for debugging
- Includes experimental Librechat and agent integrations
Use cases of MCP Server
- Querying Chronosphere observability data through an MCP client
- Embedding Chronosphere data retrieval into AI‑powered chat interfaces (experimental)
- Debugging and inspecting MCP tool calls via the MCP Inspector
FAQ from MCP Server
What dependencies or runtime does MCP Server require?
It requires Go to build (make chronomcp). The resulting binary runs as a standalone process with environment variables for organization name and API token.
How does MCP Server authenticate to Chronosphere?
It uses a Chronosphere API token, provided via the CHRONOSPHERE_API_TOKEN environment variable. The same token file used by chronoctl is supported.
What transports and authentication does MCP Server support?
The README shows use with a local binary via stdio (Claude Desktop, Cursor) and streamable HTTP for debugging. Authentication is handled by the API token set in environment variables.
What are the known limits of MCP Server?
The project is labeled as a work in progress. Many features are not yet implemented, and existing ones may be added, changed, or removed without warning.
Where does MCP Server data live?
Data is fetched from the user’s Chronosphere organization at query time; no data is stored locally by the server aside from temporary results.
More Other MCP servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments