What is the io.github.spanlens/mcp-server MCP server?
Query Spanlens LLM observability from Cursor, Claude Desktop, or Continue via MCP.
How to install io.github.spanlens/mcp-server
Copy-paste configuration for popular MCP clients.
SPANLENS_API_KEYrequiredsecretSpanlens API key. Must be a scope=public key (sl_live_pub_*) issued from the Public Keys card at https://spanlens.io/projects — the server refuses to start with a full-access sl_live_* key.
SPANLENS_BASE_URLOverride the API endpoint for self-hosted Spanlens. Default: https://server.spanlens.io
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@spanlens/mcp-server"
],
"env": {
"SPANLENS_API_KEY": "<YOUR_SPANLENS_API_KEY>",
"SPANLENS_BASE_URL": "<YOUR_SPANLENS_BASE_URL>"
}
}
}
}{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@spanlens/mcp-server"
],
"env": {
"SPANLENS_API_KEY": "<YOUR_SPANLENS_API_KEY>",
"SPANLENS_BASE_URL": "<YOUR_SPANLENS_BASE_URL>"
}
}
}
}{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@spanlens/mcp-server"
],
"env": {
"SPANLENS_API_KEY": "<YOUR_SPANLENS_API_KEY>",
"SPANLENS_BASE_URL": "<YOUR_SPANLENS_BASE_URL>"
}
}
}
}{
"servers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@spanlens/mcp-server"
],
"env": {
"SPANLENS_API_KEY": "<YOUR_SPANLENS_API_KEY>",
"SPANLENS_BASE_URL": "<YOUR_SPANLENS_BASE_URL>"
}
}
}
}claude mcp add mcp-server --env SPANLENS_API_KEY=<YOUR_SPANLENS_API_KEY> --env SPANLENS_BASE_URL=<YOUR_SPANLENS_BASE_URL> -- npx -y @spanlens/mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.