Guru for your agents.
Connect Guru once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 8 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Guru.
What agents can do with Guru
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
guru_list_teamsCheck the credentials: returns the list of teams you have access to.
guru_list_cardsList cards (knowledge items) with optional filters.
guru_get_cardGet a single card by its id.
guru_searchSearch cards by keyword across the knowledge base.
guru_list_collectionsList all collections (knowledge base categories) in your team.
guru_get_collectionGet details of a specific collection by id.
guru_get_teamGet details of a specific team by id.
guru_create_cardCreate a new knowledge card. `title` and `content` are required. Optionally assign to a team or collection.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Go to your Guru settings and find the API tokens section.
- Create a User token (read/write) or Collection token (read-only).
- Copy the token.
- Use Basic auth with your Guru username as the username and the token as the password.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Guru to Even: call connect_begin("guru") on the even-connect MCP and walk me through it.
List knowledge base cards by team or collection, search articles by keyword, and retrieve single card content.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.