0 notes captured

mcpnotes

Personal engineering knowledge system exposed through MCP.

Quick start

Add this MCP server to your client configuration:

{
  "mcpServers": {
    "mcpnotes": {
      "type": "remote",
      "url": "https://mcpnotes.uft1.com/mcp",
      "headers": {
        "X-API-Key": ""
      }
    }
  }
}

Tools

Capture

Store engineering knowledge with auto-summarization, auto-tags, and embedding generation.

Search

Full-text search across all notes with FTS5, plus semantic similarity via vector embeddings.

Relationships

Link notes as related, parent/child, successor/predecessor, or duplicate. Traverse the knowledge graph.

Analytics

Track most-reused notes, frequent searches, and knowledge capture heatmaps.

API Keys

Secure access with hashed API keys. Each key is shown once on creation.

Attachments

Attach code snippets, stack traces, terminal logs, and URLs to any note.

API endpoint

All MCP tools are available via POST /mcp using JSON-RPC 2.0. Use GET /health for a health check.