rmtech1/txtai-assistant-mcp
If you are the rightful owner of txtai-assistant-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
TxtAI Assistant MCP is a Model Context Protocol server implementation for semantic search and memory management using txtai.
TxtAI Assistant MCP is a server implementation that leverages the capabilities of txtai, an AI-powered search engine, to provide semantic search and memory management. It offers a robust API for storing, retrieving, and managing text-based memories with semantic search capabilities. Built on top of txtai, it extends its functionalities by integrating with the Model Context Protocol (MCP), enabling AI assistants like Claude and Cline to utilize its powerful semantic search features. The server supports persistent storage, tag-based memory organization, and provides comprehensive logging and health monitoring. It is designed to be highly configurable and integrates seamlessly with AI systems to enhance their memory and search functionalities.
Features
- Semantic search across stored memories
- Persistent storage with file-based backend
- Tag-based memory organization and retrieval
- Memory statistics and health monitoring
- Integration with Claude and Cline AI
Usages
usage with claude
{ "mcpServers": { "txtai-assistant": { "command": "path/to/txtai-assistant-mcp/scripts/start.sh", "env": {} } } }
usage with cline
{ "mcpServers": { "txtai-assistant": { "command": "path/to/txtai-assistant-mcp/scripts/start.sh", "env": {} } } }