Skip to main content
Glama
addon_config.json3.49 kB
{ "version": "1.0.0", "providers": { "anthropic": { "enabled": true, "model": "claude-sonnet-4", "alternative_models": [ "claude-opus-4", "claude-sonnet-3.7", "claude-haiku-3.5" ], "temperature": 0.7, "timeout": 30, "max_tokens": 64000, "thinking_mode": true, "context_window": 200000, "pricing": { "input_tokens_per_million": 3.0, "output_tokens_per_million": 15.0 } }, "Google": { "enabled": true, "model": "gemini-1.5-pro", "temperature": 0.7, "timeout": 30, "max_tokens": 4000 }, "OpenAI": { "enabled": true, "model": "gpt-4o-mini", "temperature": 0.7, "timeout": 30, "max_tokens": 4000 }, "OpenRouter": { "enabled": true, "model": "anthropic/claude-3.5-sonnet", "temperature": 0.7, "timeout": 30, "max_tokens": 4000 }, "Google Vertex AI": { "enabled": true, "model": "gemini-1.5-pro", "temperature": 0.7, "timeout": 30, "max_tokens": 4000 } }, "ui_settings": { "theme": "dark", "auto_save": false, "log_level": "DEBUG", "show_tooltips": true, "confirm_operations": true }, "tool_defaults": { "advanced_primitives": { "default_radius": 5.0, "default_height": 10.0, "default_position": [ 0, 0, 0 ] }, "advanced_operations": { "default_distance": 10.0, "default_angle": 360.0 }, "surface_modification": { "default_fillet_radius": 1.0, "default_chamfer_distance": 1.0, "default_draft_angle": 5.0 } }, "connection": { "default_method": "auto", "retry_attempts": 3, "retry_delay": 1.0, "default_provider": "Google" }, "system_prompts": { "default": "You are an AI assistant specialized in FreeCAD CAD operations. Help users with 3D modeling, parametric design, and CAD workflows. Be precise and practical in your responses.", "anthropic": "You are Claude, an AI assistant specialized in FreeCAD CAD operations. You have expertise in 3D modeling, parametric design, engineering workflows, and manufacturing processes. Provide detailed, accurate guidance for CAD tasks.", "openai": "You are a helpful AI assistant with expertise in FreeCAD and computer-aided design. Help users create, modify, and optimize 3D models with clear, step-by-step instructions.", "google": "You are an AI assistant specialized in FreeCAD CAD software. Assist users with 3D modeling tasks, workbench navigation, and design optimization. Focus on practical, actionable advice.", "cad_context": "When CAD context is provided, analyze the current FreeCAD document state including objects, geometry, and workspace. Use this information to provide contextually relevant suggestions and solutions.", "error_handling": "When users encounter errors or issues, provide systematic troubleshooting steps. Consider common FreeCAD pitfalls and suggest alternative approaches when needed.", "beginner_mode": "Explain concepts clearly for users new to FreeCAD. Include basic terminology explanations and step-by-step guidance. Suggest learning resources when appropriate.", "advanced_mode": "Provide detailed technical information for experienced users. Include advanced techniques, scripting examples, and optimization strategies. Assume familiarity with CAD concepts." } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jango-blockchained/mcp-freecad'

If you have feedback or need assistance with the MCP directory API, please join our Discord server