1. Conduid
  2. Developer Tools
  3. Agentknowledgemcp
MCP server · Developer Tools

Agentknowledgemcp

AgentKnowledgeMCP - Advanced Knowledge Management for AI Agents

Unclaimed MIT last commit a year ago devtools
50Fair

Scored 3 days ago · breakdown

About Agentknowledgemcp

Agentknowledgemcp is an MCP server published by itshare4u in the Developer Tools category: agentKnowledgeMCP - Advanced Knowledge Management for AI Agents. It has been installed 0 times through Conduid.

The repository has 29 stars and 7 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx agentknowledgemcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Agentknowledgemcp

Powered by Claude · Grounded in docs

I know everything about Agentknowledgemcp. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v2.2.1v2.2.1
v2.2.0v2.2.0
v1.0.6v1.0.6
v1.0.5v1.0.5
v1.0.19v1.0.19

README

Agent Knowledge MCP 🔍

Complete knowledge management for AI assistants
MCP server with Elasticsearch search and document management.

MCP Compatible MIT License

🚀 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

Install in 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

Buy Me Coffee GitHub Sponsors


Transform your AI into a powerful knowledge management system! 🚀

MIT License - Complete knowledge management solution for AI assistants

README mirrored from the source repository 3 days ago. The original is authoritative.

Questions

About Agentknowledgemcp

How do I install Agentknowledgemcp?

Run npx agentknowledgemcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Agentknowledgemcp safe to use with an AI agent?

Its trust score is 50 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Agentknowledgemcp still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.