Back to Apps

Thoth
by thewintershadow
A modern Python library for repository management, vector database integration, and semantic search via MCP.
0 stars
Updated 3 months ago
Works in:claude
Exposes:Tools
What it does
Provides a comprehensive toolkit for developers to clone and track GitLab repositories, generate embeddings, and perform semantic search using a LanceDB vector store, all exposed via an MCP server.
Tools
search_handbook: Perform semantic search over ingested handbook documents.ingest_repo: Automate the cloning and embedding of a GitLab repository.manage_vector_store: Handle persistence and backup of document embeddings to Google Cloud Storage.
Installation
import asyncio
from thoth.mcp.server import ThothMCPServer
async def main():
server = ThothMCPServer(name="my-handbook-server", version="1.0.0")
await server.run()
asyncio.run(main())
Supported hosts
- Claude Desktop
Quick install
pip install thothInformation
- Pricing
- free
- Published
- 7/4/2026
- Updated
- 3 months ago
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Run the ThothMCPServer within a Python environment.





