v2025-12-11). Each entry declares one or more local-install
packages (npm / pypi / oci / cargo / mcpb) and/or remotes
(streamable-http / sse endpoints). The workflow YAML invoke: verb
references servers by id: Nika handles the rest.
Canonical source:
crates/nika-catalog/data/mcp-servers.toml.
Schema: nika/mcp-servers@1.0. Snapshot 2026-04-17: grep -c '^\[\[servers\]\]'
= 105. Build-time invariants (enforced in build.rs): unique ids,
packages+remotes non-empty, known category, pricing ∈ , alias non-collision.Overview
Servers
105 entries
Categories
17: from
anthropic to vectordbInvocation
invoke: verb with server: <id>How to invoke one
Verb
invoke: is live in v. The Nika MCP catalog here is
about workflows calling external MCP tools; Nika’s own agent-facing MCP
server remains read-only (9 tools — nika_check · nika_explain ·
the authoring surface).By category
- Anthropic official (3)
- Developer tools (17)
- Productivity (12)
- AI & specialized (8)
- Search & web (7)
- Databases (7)
- Analytics & monitoring (7)
- CMS & content (6)
- Communication (6)
- E-commerce & finance (6)
- Infrastructure & DevOps (6)
- Lifestyle (5)
- AI image generation (3)
- Vector DB (3)
- Marketing (3)
- Maps (1)
Shipped by the Model Context Protocol project itself.
One-liners:
- filesystem: read and write local files with path-based access control.
- memory: persistent key/value memory store.
- pdf: PDF text + structure extraction.
Distribution mix
Of the 105 entries:- 102 ship as
npmpackages (stdio vianpx). - 1 ships as
pypi(qdrant, runs viauvx). - 1 ships as
oci(grafana, Go binary in a container image). - 1 is a pure
remoteendpoint (intercom, OAuth streamable-http).
registry_type field is validated at build time: runner
is required for pypi packages and forbidden for every other registry
type.
Authentication
Every server that needs credentials declares at least one[[servers.env_vars]] entry with is_secret = true or false. The
env var names are visible in mcp-servers.toml.
Search for ^name = under your chosen server.
See also
Verbs
How
invoke: routes to MCP tools + built-ins at runtime.Builtins
The engine-native tools under
nika:*.Providers catalog
LLM providers for the
infer: and agent: verbs.Error codes
MCP errors: the spec’s
NIKA-MCP namespace (NIKA-MCP-001 server unreachable · NIKA-MCP-002 call failed); the engine’s internal diagnostics registry stays engine-side.