Obsidian
Local-first knowledge vault connected to AGNT via MCP.
Official siteOverview
Obsidian serves as the knowledge management layer for AGNT's development and operations team. The agnt-wiki vault contains architecture decisions, agent configurations, operational runbooks, and venue data — all accessible to Claude Code via MCP servers.
Three MCP servers bridge Obsidian to AGNT's development workflow: the obsidian REST API server for search and content operations, a filesystem fallback for direct file access, and the agnt-wiki-fs server for structured reads and writes.
This integration demonstrates AGNT's philosophy of composing with tools users already trust rather than replacing them.
How it works
AGNT connects to Obsidian vaults via MCP servers, enabling bidirectional knowledge sync between the agent platform and local markdown files.