MCP Server
Active
MIT
io.github.KryptosAI/agent-observability MCP Server
io.github.KryptosAI/agent-observability
What is the io.github.KryptosAI/agent-observability MCP server?
Trace AI agent execution: every tool call, every error, every dollar. Open source, local-first.
How to install io.github.KryptosAI/agent-observability
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"agent-observability": {
"command": "npx",
"args": [
"-y",
"agent-obs"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"agent-observability": {
"command": "npx",
"args": [
"-y",
"agent-obs"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agent-observability": {
"command": "npx",
"args": [
"-y",
"agent-obs"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"agent-observability": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-obs"
]
}
}
}Claude Code
claude mcp add agent-observability -- npx -y agent-obsRelated MCP servers
MCP runtime security proxy. Blocks dangerous AI agent tool calls with a policy engine.
3
View repository →TypeScript
MIT
MCP security scanner. CI-native testing, attack simulation, health scoring, and SARIF.
2
View repository →TypeScript
MIT