arjunnayak
MCP Serverarjunnayakpublic

chronosphere mcp server

一个简单的 MCP 服务端,用于查询 Chronosphere 日志。

Repository Info

0
Stars
0
Forks
0
Watchers
1
Issues
Python
Language
-
License

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

1

Clone the repository

git clone https://github.com/arjunnayak/chronosphere-mcp-server
2

Install dependencies

cd chronosphere-mcp-server
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownerarjunnayak
Repochronosphere-mcp-server
LanguagePython
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation