Agents
Freeby MCP Community
Observee SDK - A TypeScript SDK for MCP tool integration with LLM providers
v1.0.3Added Apr 12, 2026
observeemcpagentaillm
Agents MCP Server
Observee SDK - A TypeScript SDK for MCP tool integration with LLM providers
Installation
npx -y @observee/agents
Reviews
Installation
Quick install
npx -y @observee/agents
Add to claude_desktop_config.json
{
"mcpServers": {
"agents": {
"command": "npx",
"args": ["-y", "@observee/agents"]
}
}
}