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
README.md•975 B
# Configuration Files
This directory contains various configuration templates and specialized configurations for the MCP-FreeCAD project.
## Files
### `config.template.json`
Template configuration file that can be copied to `config.json` in the project root. Contains default settings for:
- Server configuration
- FreeCAD connection settings
- Tool enablement
- Logging configuration
### `cursor_config.json`
Specialized configuration for Cursor IDE integration with additional settings:
- Cursor-specific debugging options
- STDIO transport configuration
- IDE-optimized logging levels
## Usage
1. Copy `config.template.json` to the project root as `config.json`
2. Modify the copied `config.json` file with your specific settings
3. Use `cursor_config.json` as reference for Cursor IDE integration
**Note:** The main `config.json` file should be kept in the project root and is gitignored to prevent sensitive configuration from being committed to the repository.