reference/agent-integrations.md
Agent Integrations Runbook
This guide helps wire MCP/agent clients to a Mino server.
Prerequisites
- running Mino server (
http://localhost:3000or remote URL) - admin API key from
/api/v1/system/setup - MCP server build from this repo
cd tools/mcp-server
pnpm build
Start MCP Bridge
MINO_SERVER_URL="https://test.mino.ink" \
MINO_API_KEY="mino_sk_your_key_here" \
node dist/cli.js
Contract Checks
- auth header is
X-Mino-Key - note move endpoint expects
{ "path": "<target-note-path>.md" } - search endpoint is
GET /api/v1/search?q=...
Troubleshooting
401 UNAUTHORIZED: invalid key or missingX-Mino-Key404on note path routes: URL encoding/path mismatch- no search results: verify notes are indexed and query is valid