AgentKnowledgeMCP - Advanced Knowledge Management for AI Agents
Project description
Agent Knowledge MCP 🔍
Complete knowledge management for AI assistants
MCP server with Elasticsearch search and document management.
🚀 Features
🔑 All-in-One Solution:
- 🔍 Elasticsearch: Search, index, and manage documents
- 📊 Document Validation: Schema-enforced structure
- ⚙️ Configuration: Complete config management
- 🛡️ Security: Sandboxed operations
✨ Benefits:
- 🎯 20 Tools for knowledge management
- 🤖 Works with any MCP-compatible AI (Claude, ChatGPT, VS Code, etc.)
- 📚 Smart document management with validation
- ⚡ Elasticsearch integration for powerful search
⚡ Quick Start
Installation
# Install with uvx (recommended)
uvx agent-knowledge-mcp
Setup for Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"agent-knowledge": {
"command": "uvx",
"args": ["agent-knowledge-mcp"]
}
}
}
Setup for VS Code
🛠️ What You Can Do
Try these with your AI assistant:
- "Search documents for API authentication info"
- "Index this document with proper tags"
- "Create API documentation template"
- "Find related documents on specific topics"
- "Update configuration settings"
- "Validate document structure"
🔧 Tools Overview
Tools for knowledge management:
| Category | Tools | Description |
|---|---|---|
| 🔍 Elasticsearch | 9 | Search, index, manage documents |
| ⚙️ Administration | 11 | Config, security, monitoring |
🔒 Security & Configuration
Enterprise-grade security:
- ✅ Sandboxed operations - Configurable access controls
- ✅ Strict schema validation - Enforce document structure
- ✅ Audit trails - Full operation logging
- ✅ No cloud dependencies - Everything runs locally
Configuration example:
{
"security": {
"log_all_operations": true
},
"document_validation": {
"strict_schema_validation": true,
"allow_extra_fields": false
}
}
🤝 Contributing & Support
Development
git clone https://github.com/itshare4u/AgentKnowledgeMCP.git
cd AgentKnowledgeMCP
pip install -r requirements.txt
python3 src/main_server.py
Support the Project
Transform your AI into a powerful knowledge management system! 🚀
MIT License - Complete knowledge management solution for AI assistants
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agent_knowledge_mcp-2.1.4.tar.gz.
File metadata
- Download URL: agent_knowledge_mcp-2.1.4.tar.gz
- Upload date:
- Size: 119.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b7603543dc31fb81729d77af53d9f3e2a2e887f7b936b456ab3a286d618fdcd
|
|
| MD5 |
22b525acdf1454cedbb8928afb434bf2
|
|
| BLAKE2b-256 |
2f22a765fbbf88f2c98f0df588cfa163338a18ae347dc5a3f3182063c769a5aa
|
File details
Details for the file agent_knowledge_mcp-2.1.4-py3-none-any.whl.
File metadata
- Download URL: agent_knowledge_mcp-2.1.4-py3-none-any.whl
- Upload date:
- Size: 94.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fba24a75b24c32e16c9d7d13ffb3bee86425ce179ec1a81124a3a35f2014b6fa
|
|
| MD5 |
e6a0e08f1b5eeb44328c122698d3df5d
|
|
| BLAKE2b-256 |
e77e163c1e8eb1707ea18baa8ded45383641d284cd8d65a57417eeaf7ecef9d5
|