Config Schema
Freeby MCP Community
Type-safe schemas and builders for MCP client configurations
v4.3.0Added Apr 12, 2026
mcpmodel-context-protocolgleanconfigurationschema
Config Schema MCP Server
Type-safe schemas and builders for MCP client configurations
Installation
Reviews
Installation
Quick install
npx -y @gleanwork/mcp-config-schema
Add to claude_desktop_config.json
{
"mcpServers": {
"config-schema": {
"command": "npx",
"args": ["-y", "@gleanwork/mcp-config-schema"]
}
}
}