Personal engineering knowledge system exposed through MCP.
Add this MCP server to your client configuration:
{
"mcpServers": {
"mcpnotes": {
"type": "remote",
"url": "https://mcpnotes.uft1.com/mcp",
"headers": {
"X-API-Key": ""
}
}
}
}
Store engineering knowledge with auto-summarization, auto-tags, and embedding generation.
Full-text search across all notes with FTS5, plus semantic similarity via vector embeddings.
Link notes as related, parent/child, successor/predecessor, or duplicate. Traverse the knowledge graph.
Track most-reused notes, frequent searches, and knowledge capture heatmaps.
Secure access with hashed API keys. Each key is shown once on creation.
Attach code snippets, stack traces, terminal logs, and URLs to any note.
All MCP tools are available via POST /mcp using JSON-RPC 2.0.
Use GET /health for a health check.