personal-kb

akashpathaknv/personal-kb
★ 0 stars Python AI/LLM Updated 2d ago
Hand-built RAG "second brain" on AWS S3 Vectors + Bedrock, with an MCP server and serverless CDK deploy.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "personal-kb": {
      "command": "uvx",
      "args": [
        "personal-kb"
      ]
    }
  }
}

Or install with pip: pip install personal-kb

README Excerpt

A hand-built retrieval-augmented-generation "second brain" over your own documents — a learning project for **MCP**, **vectors/embeddings**, and **end-to-end AI** on AWS. - **Embeddings + generation:** Amazon Bedrock (Titan Text Embeddings V2 + Claude) - **Vector store:** Amazon S3 Vectors - **Serving:** FastAPI on AWS Lambda + API Gateway