Skip to main content
All projects
Infrastructure
Live

MCP Servers

A suite of Model Context Protocol servers that give AI agents access to structured knowledge. Includes ChromaDB vector search, Obsidian vault querying, semantic memory retrieval, and multi-agent task dispatch. Built with Effect-TS for type-safe, composable server definitions.

mcp-servers
server.tool("search", {
  query: z.string(),
  collection: z.enum([
    "vault", "memory"
  ])
})
MCPEffect-TSChromaDBTypeScript

Stack

  • TypeScript
  • Effect-TS
  • ChromaDB
  • Zod
  • MCP SDK

Links

GitHub