Spyglass AI MCP Server
Officialby Spyglass-AI
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SPYGLASS_API_KEY | Yes | API Key for authentication with Spyglass agent | |
| SPYGLASS_AGENT_ENDPOINT | No | Agent endpoint URL (useful for local testing) | https://agent.spyglass-ai.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| call_spyglass_agentA | Call the Spyglass AI agent with a natural language query about your telemetry data. Args: query: Natural language query about telemetry data (e.g., "What are the slowest endpoints?") Returns: Analysis result from the Spyglass AI agent |
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
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/Spyglass-AI/spyglass-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server