
chronosphere mcp server
一个简单的 MCP 服务端,用于查询 Chronosphere 日志。
Repository Info
About This Server
一个简单的 MCP 服务端,用于查询 Chronosphere 日志。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Chronosphere MCP Server
A simple MCP server that can query Chronosphere logs.
Setup Instructions
1. Install uv
If you don't have uv installed, you can install it with:
curl -LsSf https://astral.sh/uv/install.sh | sh
See docs for other installation methods.
2. Install dependencies
From the root of the repository, run:
uv pip install -r pyproject.toml
Or, if you want to use the lockfile for reproducible installs:
uv pip install -r uv.lock
3. Set your Chronosphere API token
Export your API token as an environment variable:
export CHRONOSPHERE_API_TOKEN="<YOUR_API_TOKEN>"
4. Run the MCP server
From the root directory, start the server with:
uv run server.py
5. (Optional) Use with Cursor
If you are using Cursor, ensure your .cursor/mcp.json is configured as follows:
{
"mcpServers": {
"chronosphere-mcp": {
"command": "uv",
"args": [
"--directory",
"/PATH/TO/REPO",
"run",
"server.py"
],
"env": {
"CHRONOSPHERE_API_TOKEN": "<REPLACE_ME>"
}
}
}
}
Tools
query_logs
TODO:
- query metrics
- get alerts
- query traces
- query change events
Quick Start
Clone the repository
git clone https://github.com/arjunnayak/chronosphere-mcp-serverInstall dependencies
cd chronosphere-mcp-server
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.