pyrite

markramm/pyrite
★ 3 stars Python AI/LLM Updated 2d ago
A second brain for you, your agents, and your teams. Knowledge-as-Code: markdown + YAML in git, schema-validated, with semantic search and a three-tier MCP server. CLI, REST API, web UI, and plugin system. Zero running cost locally.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pyrite": {
      "command": "uvx",
      "args": [
        "pyrite"
      ]
    }
  }
}

Or install with pip: pip install pyrite

README Excerpt

**A second brain for you, your agents, and your teams.** Knowledge-as-Code — structured knowledge in markdown files with YAML frontmatter, schema-validated, versioned in git, searchable by any AI through MCP. Your AI agents have no memory. Your knowledge is trapped in platform silos. Every new chat starts from zero. Pyrite gives you structured, validated, git-versioned knowledge bases that any AI can read and write through a built-in MCP server. One brain, every AI, persistent memory that compou

Topics

ai-agentscligitknowledge-as-codeknowledge-baseknowledge-managementmarkdownmcppkmsecond-brainsemantic-search