Agent Knowledge
Agent Knowledge превращает ИИ-ассистентов в комплексные системы управления знаниями. Объединяет поиск в Elasticsearch, файловые операции, валидацию документов и управление версиями. Безопасная структурированная работа с контентом.
Agent Knowledge — это мощный сервер Model Context Protocol (MCP), созданный для расширения возможностей ИИ-ассистентов за счёт надёжного управления знаниями. Он легко интегрируется с Elasticsearch для всестороннего поиска, индексирования и управления документами, а также предоставляет полнофункциональный контроль над файловой системой с поддержкой всех платформ. Инструмент обеспечивает целостность данных благодаря строгой проверке документов по схеме, предлагает полное управление конфигурацией и включает в себя контроль версий для Git и SVN. Обладая 34 специализированными инструментами, Agent Knowledge представляет собой единое решение для управления, систематизации и защиты информации, превращая любого MCP-совместимого ИИ в мощного партнёра для работы со структурированными данными.
Ключевые возможности
Варианты использования
The complete knowledge management solution
Powerful Model Context Protocol server for Elasticsearch integration with comprehensive file management and version control.
The most comprehensive MCP server that transforms your AI assistant into a powerful knowledge management system. The key advantage? It combines everything you need—Elasticsearch search, file operations, document validation, and version control in one unified solution.
🔑 Complete Knowledge Management:
- ✅ Elasticsearch Integration: Full-featured search, indexing, and document management
- ✅ File System Control: Comprehensive file operations with cross-platform support
- ✅ Document Validation: Schema-enforced document structure with strict validation modes
- ✅ Configuration Management: Complete config control with validation and reloading
- ✅ Version Control: Git and SVN support with intelligent file tracking
- ✅ Security First: Sandboxed operations with configurable restrictions
- ✅ Production Ready: Battle-tested with comprehensive error handling
✨ Key Benefits:
- 🎯 34 Powerful Tools: Everything from search to version control and config management with strict schema validation
- 🔄 Universal AI Support: Works with Claude, ChatGPT, Cursor, and any MCP-compatible AI
- 📊 Smart Document Management: Auto-validation, templates, and structured data with configurable strict schema control
- 🛡️ Enterprise Security: Path validation, access controls, and audit trails
- ⚡ Zero Dependencies: Optional Elasticsearch - works standalone for file operations
Works with any MCP-compatible AI assistant:
- ✅ Claude Desktop
- ✅ ChatGPT Plus (with MCP support)
- ✅ Cursor IDE
- ✅ Windsurf
- ✅ VS Code (with MCP extension)
- ✅ Any MCP client
Perfect for developers who want to automate knowledge management and teams who need structured document workflows!
Real workflows you can try today:
- "Search all documents for information about API authentication and create a comprehensive guide"
- "Index this technical document with proper categorization and tags"
- "Find all documents related to deployment and generate a deployment checklist"
- "Create a new document template for API documentation with required fields"
- "Organize all markdown files by category and move them to appropriate directories"
- "Read all configuration files and create a settings summary document"
- "Find duplicate files in the project and list them for cleanup"
- "Create a project structure document listing all important files"
- "Setup Git repository for this knowledge base and commit all current documents"
- "Check what changes were made to the user manual in the last version"
- "Commit these updated API docs with a descriptive message"
- "Show me the previous version of this configuration file"
- "Index all code documentation and make it searchable"
- "Create a changelog from Git commit history"
- "Validate all documents follow our schema requirements"
- "Generate project documentation from README files"
- "Update configuration to enable strict schema validation for all documents"
- "Show me the current configuration settings and validation rules"
- "Validate this configuration before applying it to prevent errors"
- "Disable extra fields in documents to enforce strict schema compliance"
- "Search across all documents and files for security-related information"
- "Find all TODO comments in code files and create a task list"
- "Analyze document metadata and generate a content report"
- "Search for outdated information and flag it for review"
If you find this MCP server useful, consider supporting its development:
- 🚀 Faster development of new features and improvements
- 🐛 Priority bug fixes and technical support
- 📚 Better documentation and comprehensive tutorials
- 🎯 Community-requested features implementation
- 🛡️ Enhanced security and stability updates
- 🌟 Long-term project sustainability
| Tier | Amount | Benefits |
|---|---|---|
| ☕ Coffee | $5 | Thank you mention in README + priority issue responses |
| 🚀 Supporter | $15 | Feature request consideration + early access to updates |
| 💎 Sponsor | $30 | Logo in README + special recognition in releases |
| 🌟 Gold Sponsor | $50+ | Custom benefits discussion + direct communication channel |
Every contribution helps maintain and improve this open-source project! 🙏
# Install with uvx (recommended)
uvx agent-knowledge-mcp# Copy and edit configuration
cp src/config.json.example src/config.json
nano src/config.jsonClaude Desktop - Add to claude_desktop_config.json:
{
"mcpServers": {
"agent-knowledge": {
"command": "uvx",
"args": ["agent-knowledge-mcp"]
}
}
}VS Code - Quick install buttons:
Other AI Assistants - Add similar configuration:
{
"mcp.servers": {
"agent-knowledge": {
"command": "uvx",
"args": ["agent-knowledge-mcp"]
}
}
}Note: The server has built-in update mechanisms accessible through admin tools.
Agent Knowledge MCP provides 34 powerful tools across 4 categories:
- Smart Search - Multi-field queries with boosting and relevance scoring
- Document Management - Index, retrieve, update, delete with validation
- Index Administration - Create, configure, manage Elasticsearch indices
- Schema Validation - Enforce document structure and data types
- Template Generation - Auto-create document templates with required fields
- File Operations - Read, write, append, delete, move, copy with safety checks
- Directory Management - Create, list, navigate directory structures
- Path Intelligence - Relative/absolute path conversion and validation
- File Discovery - Search files by name, content, or metadata
- Cross-Platform - Windows, macOS, Linux compatibility
- Configuration Management - Complete config viewing, modification, and validation with strict schema controls
- Security Controls - Access restrictions and path validation
- Health Monitoring - System status and Elasticsearch connectivity
- Auto-Setup - Intelligent Elasticsearch configuration
- Environment Management - Directory permissions and structure
- Strict Schema Control - Configurable document validation to prevent unauthorized field additions
- Server Management - Check status, upgrade, and uninstall MCP server via uvx
- Repository Setup - Git/SVN initialization with best practices
- File Tracking - Intelligent commit with change detection
- History Access - Retrieve any previous version of files
- Multi-VCS - Support for both Git and SVN workflows
Once everything is set up, try asking your AI:
Knowledge Discovery:
"Search all indexed documents for information about user authentication and summarize the key points"
Document Creation:
"Create a new API documentation template and index it with proper categorization"
File Management:
"Find all configuration files in the project and create a backup in the configs directory"
Version Control:
"Setup version control for this knowledge base and commit all current documents with proper organization"
Content Analysis:
"Analyze all markdown files for outdated information and create a list of files that need updates"
Project Documentation:
"Read all README files in subdirectories and create a comprehensive project overview document"
graph TD
A[AI Assistant] --> B[MCP Server]
B --> C[Elasticsearch Client]
B --> D[File System Handler]
B --> E[Version Control Handler]
B --> F[Document Validator]
C --> G[Elasticsearch Cluster]
D --> H[Local File System]
E --> I[Git/SVN Repository]
F --> J[Schema Validation]
Modern, Modular Design:
- MCP Protocol - Standard communication with AI assistants
- Elasticsearch Integration - Full-featured search and indexing
- File System Safety - Sandboxed operations with validation
- Version Control - Git/SVN support with intelligent workflows
- Document Validation - Schema enforcement and template generation
Enterprise-grade security:
- ✅ Sandboxed Operations - All file operations restricted to configured directories
- ✅ Path Validation - Prevent directory traversal and unauthorized access
- ✅ Access Controls - Configurable permissions and restrictions
- ✅ Audit Trails - Full logging of operations and changes
- ✅ No Cloud Dependencies - Everything runs locally
Configuration Example:
{
"security": {
"allowed_base_directory": "/your/safe/directory",
"restrict_file_operations": true,
"log_all_operations": true
}
}NEW: Configurable strict schema validation to prevent unwanted data corruption:
{
"document_validation": {
"strict_schema_validation": true,
"allow_extra_fields": false,
"required_fields_only": false,
"auto_correct_paths": true
}
}Features:
- ✅ Strict Mode - Reject documents with extra fields beyond the schema
- ✅ Flexible Control - Enable/disable validation per use case
- ✅ Schema Compliance - Ensure all documents follow defined structure
- ✅ Clear Error Messages - Detailed validation feedback with examples
- ✅ Backward Compatibility - Works with existing documents
Benefits:
- 🛡️ Data Integrity - Prevent agents from adding arbitrary fields
- 📊 Consistent Structure - Maintain clean, predictable document schemas
- 🔧 Easy Management - Toggle validation modes through configuration
- 🚀 Production Ready - Ideal for enterprise knowledge management
Example validation error:
❌ Document validation failed!
Extra fields not allowed in strict mode: custom_field, extra_data
Allowed fields: id, title, summary, file_path, priority, tags, source_type
| Category | Count | Tools |
|---|---|---|
| Elasticsearch | 9 | search, index_document, create_index, get_document, delete_document, list_indices, delete_index, validate_document_schema, create_document_template |
| File System | 11 | read_file, write_file, append_file, delete_file, move_file, copy_file, list_directory, create_directory, delete_directory, file_info, search_files |
| Administration | 11 | get_config, update_config, validate_config, get_allowed_directory, set_allowed_directory, reload_config, setup_elasticsearch, elasticsearch_status, server_status, server_upgrade, server_uninstall |
| Version Control | 3 | setup_version_control, commit_file, get_previous_file_version |
Total: 34 tools for comprehensive knowledge management!
Quality Assurance:
- ✅ Unit Tests - All core functionality tested
- ✅ Integration Tests - End-to-end workflow validation
- ✅ Error Handling - Comprehensive error scenarios covered
- ✅ Cross-Platform - Tested on Windows, macOS, Linux
Love to have your help making Agent Knowledge MCP even better!
git clone https://github.com/yourusername/AgentKnowledgeMCP.git
cd AgentKnowledgeMCP
# Install dependencies
pip install -r requirements.txt
# Run tests
python3 test_file_paths.py
# Start development server
python3 src/server.py- 🐛 Report bugs via GitHub Issues
- 💡 Suggest features for new tools or capabilities
- 🔧 Add new tools or improve existing ones
- 📖 Improve documentation and examples
- 🧪 Test with different AI assistants and share results
- Modular Design - Each tool category in separate handlers
- Comprehensive Testing - Test all new functionality
- Security First - Validate all inputs and file operations
- Cross-Platform - Ensure compatibility across operating systems
MIT License - see LICENSE for details.
- 🐛 Report bugs via GitHub Issues
- 💡 Suggest features for new tools or capabilities
- 🔧 Submit pull requests for improvements
- 📖 Improve documentation and examples
- 🧪 Test with different AI assistants and share feedback
If this project saves you time or helps your workflow:
- All our amazing contributors and supporters
- The Model Context Protocol community
- Elasticsearch team for their excellent search engine
- Python ecosystem for powerful development tools
Ready to supercharge your AI assistant with comprehensive knowledge management? Get started today! 🚀
Transform your AI into a powerful knowledge management system with Elasticsearch search, intelligent file operations, and version control - all in one unified MCP server.
Agent Knowledge MCP
Что это и зачем
Agent Knowledge MCP — это универсальный MCP-сервер, который превращает вашего AI-ассистента (Claude, ChatGPT, Cursor и др.) в полноценную систему управления знаниями. Главная особенность — всё необходимое в одном решении: поиск по Elasticsearch, операции с файлами, валидация документов и контроль версий.
Подходит как разработчикам для автоматизации знаний, так и командам, которым нужна структурированная работа с документами.
Возможности (34 инструмента)
- Elasticsearch (9 инструментов): умный поиск с релевантностью, управление документами (индексация, обновление, удаление), настройка индексов, валидация схемы, генерация шаблонов документов.
- Файловая система (11 инструментов): чтение/запись/копирование/перемещение/удаление файлов с проверками безопасности, управление директориями, поиск по имени/содержимому/метаданным. Поддержка Windows, macOS, Linux.
- Администрирование (11 инструментов): управление конфигурацией и строгая валидация схемы (режим strict), контроль доступа и ограничения по путям, мониторинг состояния, автонастройка Elasticsearch, обновление и удаление сервера через uvx.
- Контроль версий (3 инструмента): инициализация Git/SVN, интеллектуальный коммит с отслеживанием изменений, доступ к предыдущим версиям файлов.
Ключевые преимущества:
- Работает с любым MCP-совместимым AI (Claude, ChatGPT, Cursor, Windsurf, VS Code).
- Не требует Elasticsearch для работы с файлами — опциональная зависимость.
- Enterprise-безопасность: sandbox-режим, валидация путей, аудит операций.
- Все работает локально, никаких облачных зависимостей.
Быстрый старт
Установка
Рекомендуемый способ — через uvx:
uvx agent-knowledge-mcp
Настройка
Скопируйте пример конфигурации и отредактируйте его:
cp src/config.json.example src/config.json
nano src/config.json
Подключение к AI-ассистенту
Claude Desktop
Добавьте в claude_desktop_config.json:
{
"mcpServers": {
"agent-knowledge": {
"command": "uvx",
"args": ["agent-knowledge-mcp"]
}
}
}
VS Code
Используйте кнопки быстрой установки (ссылки в оригинальном README).
Другие AI (Cursor, Windsurf и т.д.)
{
"mcp.servers": {
"agent-knowledge": {
"command": "uvx",
"args": ["agent-knowledge-mcp"]
}
}
}
Примеры использования
Попробуйте такие запросы к вашему AI-ассистенту:
- Поиск и обобщение: «Найди во всех проиндексированных документах информацию об аутентификации пользователей и сделай сводку».
- Создание документа: «Создай шаблон документации API и проиндексируй его с правильной категоризацией».
- Управление файлами: «Найди все конфигурационные файлы в проекте и создай их резервную копию в папку configs».
- Контроль версий: «Настрой Git для этой базы знаний и сделай коммит всех текущих документов».
- Анализ контента: «Проанализируй все markdown-файлы на устаревшую информацию и составь список файлов для обновления».
Безопасность и строгая валидация
В конфигурации можно включить sandbox-режим и логирование всех операций:
{
"security": {
"allowed_base_directory": "/your/safe/directory",
"restrict_file_operations": true,
"log_all_operations": true
}
}
Новая функция — строгая валидация схемы документов (strict mode), которая не позволяет AI добавлять произвольные поля сверх схемы:
{
"document_validation": {
"strict_schema_validation": true,
"allow_extra_fields": false,
"required_fields_only": false,
"auto_correct_paths": true
}
}
При нарушении схемы сервер выдаёт понятную ошибку, например: Extra fields not allowed in strict mode: custom_field, extra_data.
Архитектура
AI Assistant → MCP Server → Elasticsearch Client
→ File System Handler
→ Version Control Handler
→ Document Validator
Сервер построен по модульному принципу, использует стандартный протокол MCP для общения с AI.
Ссылки
Как Agent Knowledge улучшает работу ИИ-ассистента?
Оно наделяет ИИ-ассистентов структурированными знаниями, точными данными и возможностями автоматизации для таких задач, как поиск документов, интеллектуальная организация файлов, отслеживание версий и надежные рабочие процессы управления контентом.
Каковы основные возможности Agent Knowledge?
Agent Knowledge предлагает 34 мощных инструмента в четырех категориях: операции с Elasticsearch (поиск, индексация), управление файловой системой, системное администрирование (конфигурация, безопасность) и встроенный контроль версий (Git/SVN).
Что такое Agent Knowledge?
Agent Knowledge — это мощный сервер Model Context Protocol (MCP), который превращает ИИ-ассистентов в комплексные системы управления знаниями, объединяя поиск по Elasticsearch, файловые операции, проверку документов и контроль версий.
С какими ИИ-ассистентами совместим Agent Knowledge?
Он поддерживает любых MCP-совместимых ИИ-ассистентов, включая Claude Desktop, ChatGPT Plus, Cursor IDE, Windsurf и VS Code (с расширением MCP), обеспечивая универсальную интеграцию с ИИ.
Безопасен ли Agent Knowledge для корпоративного использования?
Да, Agent Knowledge обладает функциями безопасности корпоративного уровня: изолированные операции, проверка путей, настраиваемые ограничения, контроль доступа и аудиторские журналы, гарантирующие безопасность данных и соответствие требованиям.
Create Snapshot
Create a snapshot (backup) of Elasticsearch indices with comprehensive options and repository management
Parameters
7indicesstringOptional▼
Comma-separated list of indices to backup (default: all indices)
repositorystringOptional▼
Repository name to store the snapshot
descriptionstringOptional▼
Optional description for the snapshot
snapshot_namestringRequired▼
Name for the snapshot (must be unique)
ignore_unavailablebooleanOptional▼
Whether to ignore unavailable indices
wait_for_completionbooleanOptional▼
Whether to wait for snapshot completion
include_global_statebooleanOptional▼
Whether to include cluster global state
Restore Snapshot
Restore indices from an Elasticsearch snapshot with comprehensive options and conflict resolution
Parameters
8indicesstringOptional▼
Comma-separated list of indices to restore (default: all from snapshot)
repositorystringOptional▼
Repository containing the snapshot
snapshot_namestringRequired▼
Name of the snapshot to restore from
index_settingsstringOptional▼
JSON string of index settings to override
rename_patternstringOptional▼
Pattern to rename restored indices (e.g., 'restored_%s')
ignore_unavailablebooleanOptional▼
Whether to ignore unavailable indices
wait_for_completionbooleanOptional▼
Whether to wait for restore completion
include_global_statebooleanOptional▼
Whether to restore cluster global state
List Snapshots
List all snapshots in an Elasticsearch repository with detailed information and status
Parameters
2verbosebooleanOptional▼
Whether to show detailed information for each snapshot
repositorystringOptional▼
Repository name to list snapshots from
Create Index Metadata
Create metadata documentation for an Elasticsearch index to ensure proper governance and documentation
Parameters
9tagsarrayOptional▼
Tags for categorizing and organizing indices
purposestringRequired▼
Primary purpose and use case for this index
created_bystringOptional▼
Team or person responsible for this index
data_typesarrayOptional▼
Types of data stored in this index (e.g., 'documents', 'logs', 'metrics')
index_namestringRequired▼
Name of the index to document
descriptionstringRequired▼
Detailed description of the index purpose and content
usage_patternstringOptional▼
How the index is accessed (e.g., 'read-heavy', 'write-heavy', 'mixed')
related_indicesarrayOptional▼
Names of related or dependent indices
retention_policystringOptional▼
Data retention policy and lifecycle management
Update Index Metadata
Update existing metadata documentation for an Elasticsearch index
Parameters
9tagsstringOptional▼
Updated tags for categorization
purposestringOptional▼
Updated primary purpose and use case
data_typesstringOptional▼
Updated types of data stored in this index
index_namestringRequired▼
Name of the index to update metadata for
updated_bystringOptional▼
Person or team making this update
descriptionstringOptional▼
Updated description of the index purpose and content
usage_patternstringOptional▼
Updated access pattern
related_indicesstringOptional▼
Updated related or dependent indices
retention_policystringOptional▼
Updated data retention policy
Delete Index Metadata
Delete metadata documentation for an Elasticsearch index
Parameters
1index_namestringRequired▼
Name of the index to remove metadata for
Delete Document
Delete a document from Elasticsearch index by document ID
Parameters
2indexstringRequired▼
Name of the Elasticsearch index containing the document
doc_idstringRequired▼
Document ID to delete from the index
Get Document
Retrieve a specific document from Elasticsearch index by document ID
Parameters
2indexstringRequired▼
Name of the Elasticsearch index containing the document
doc_idstringRequired▼
Document ID to retrieve from the index
Index Document
Index a document into Elasticsearch with smart duplicate prevention and intelligent document ID generation. 💡 RECOMMENDED: Use 'create_document_template' tool first to generate a proper document structure and avoid validation errors.
Parameters
7indexstringRequired▼
Name of the Elasticsearch index to store the document
doc_idstringOptional▼
Optional document ID - if not provided, smart ID will be generated
documentobjectRequired▼
Document data to index as JSON object. 💡 RECOMMENDED: Use 'create_document_template' tool first to generate proper document format.
force_indexbooleanOptional▼
Force indexing even if potential duplicates are found. 💡 TIP: Set to True if content is genuinely new and not in knowledge base to avoid multiple tool calls
validate_schemabooleanOptional▼
Whether to validate document structure for knowledge base format
check_duplicatesbooleanOptional▼
Check for existing documents with similar title before indexing
use_ai_similaritybooleanOptional▼
Use AI to analyze content similarity and provide intelligent recommendations
Validate Document Schema
Validate document structure against knowledge base schema and provide formatting guidance
Parameters
1documentobjectRequired▼
Document object to validate against knowledge base schema format
Create Document Template
Create a properly structured document template for knowledge base with AI-generated metadata and formatting
Parameters
9tagsarrayOptional▼
Additional manual tags (will be merged with AI-generated tags)
titlestringRequired▼
Document title for the knowledge base entry
contentstringOptional▼
Document content for AI analysis and metadata generation
relatedarrayOptional▼
List of related document IDs or references
summarystringOptional▼
Brief summary description of the document content
prioritystringOptional▼
Priority level for the document
key_pointsarrayOptional▼
Additional manual key points (will be merged with AI-generated points)
source_typestringOptional▼
Type of source content
use_ai_enhancementbooleanOptional▼
Use AI to generate intelligent tags and key points
Create Index
Create a new Elasticsearch index with optional mapping and settings configuration
Parameters
3indexstringRequired▼
Name of the new Elasticsearch index to create
mappingobjectRequired▼
Index mapping configuration defining field types and properties
settingsstringOptional▼
Optional index settings for shards, replicas, analysis, etc.
Delete Index
Delete an Elasticsearch index and all its documents permanently
Parameters
1indexstringRequired▼
Name of the Elasticsearch index to delete
List Indices
List all available Elasticsearch indices with document count and size statistics
Search
Search documents in Elasticsearch index with advanced filtering, pagination, and time-based sorting capabilities
Parameters
8sizeintegerOptional▼
Maximum number of results to return
indexstringRequired▼
Name of the Elasticsearch index to search
querystringRequired▼
Search query text to find matching documents
fieldsstringOptional▼
Specific fields to include in search results
date_tostringOptional▼
End date filter in ISO format (YYYY-MM-DD)
date_fromstringOptional▼
Start date filter in ISO format (YYYY-MM-DD)
time_periodstringOptional▼
Predefined time period filter (e.g., '7d', '1m', '1y')
sort_by_timestringOptional▼
Sort order by timestamp
Batch Index Directory
Batch index all documents from a directory into Elasticsearch with AI-enhanced metadata generation and comprehensive file processing
Parameters
8indexstringRequired▼
Name of the Elasticsearch index to store the documents
recursivebooleanOptional▼
Whether to search subdirectories recursively
file_patternstringOptional▼
File pattern to match (e.g., '*.md', '*.txt', '*')
max_file_sizeintegerOptional▼
Maximum file size in bytes to process
skip_existingbooleanOptional▼
Skip files that already exist in index (check by filename)
directory_pathstringRequired▼
Path to directory containing documents to index
validate_schemabooleanOptional▼
Whether to validate document structure for knowledge base format
use_ai_enhancementbooleanOptional▼
Use AI to generate intelligent tags and key points for each document
Get Config
Get the complete configuration from config.json file with formatted display
Update Config
Update configuration with section-specific changes or full configuration replacement
Parameters
4config_keystringOptional▼
The key within the section to update (e.g., 'allowed_base_directory')
full_configstringOptional▼
Full configuration object to save. Replaces the entire config
config_valuestringOptional▼
The new value for the specified key
config_sectionstringOptional▼
The top-level section of the config to update (e.g., 'security')
Validate Config
Validate configuration object structure, types, and values with comprehensive error reporting
Parameters
1configstringOptional▼
Configuration object to validate. If not provided, validates current config
Reload Config
Reload configuration from config.json file and reinitialize all components with updated settings
Setup Elasticsearch
Auto-setup Elasticsearch using Docker with optional Kibana and force recreate options
Parameters
2force_recreatebooleanOptional▼
Force recreate containers even if they exist
include_kibanabooleanOptional▼
Also setup Kibana (default: true)
Elasticsearch Status
Check status of Elasticsearch and Kibana containers with detailed configuration information
Server Status
Check current server status, version, and available updates with comprehensive system information
Parameters
1check_updatesbooleanOptional▼
Check for available updates from PyPI
Server Upgrade
Upgrade this MCP server when installed via uvx with automatic configuration backup and restoration
Ask User Advice
Ask user for advice when agent encounters uncertainty, problems, or needs guidance. Use this when you're unsure about something or need human input to proceed properly.
Parameters
5urgency_levelstringOptional▼
Urgency level of the advice needed
specific_questionstringOptional▼
Specific question you want to ask the user
options_consideredstringOptional▼
Options or approaches you've already considered
context_informationstringOptional▼
Additional context or information that might help the user understand the situation
problem_descriptionstringOptional▼
Clear description of the problem or uncertainty you're facing
Reset Config
Reset config.json to defaults from config.default.json (manual reset - overwrites current config)
Ask Mcp Advice
Advanced project guidance using AI-filtered knowledge from .knowledges directory
Parameters
3scopestringOptional▼
Scope of guidance needed
intended_actionstringRequired▼
What you intend to do (e.g., 'implement feature', 'fix bug', 'deploy')
task_descriptionstringRequired▼
Detailed description of the specific task
Комментарии
Комментариев пока нет. Будьте первым.