loading…
Search for a command to run...
loading…
Config Validator AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Config Validator AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Config Validator AI MCP Server Configuration file validation tools powered by MEOK AI Labs.
| Tool | Description |
|---|---|
validate_toml |
Validate TOML configuration file syntax. |
validate_ini |
Validate INI configuration file syntax. |
validate_dotenv |
Validate .env file format and detect common issues. |
suggest_fixes |
Suggest fixes for common configuration file issues. |
pip install meok-config-validator-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"config-validator-ai": {
"command": "python",
"args": ["-m", "meok_config_validator_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"config-validator-ai-mcp": {
"command": "npx",
"args": []
}
}
}