Skip to main content
Glama
quellant

OpenSCAD MCP Server

by quellant
mcp.json1.23 kB
{ "mcpServers": { "firecrawl": { "type": "stdio", "command": "npx", "args": [ "-y", "firecrawl-mcp" ], "env": { "FIRECRAWL_API_KEY": "REDACTED_FIRECRAWL_API_KEY" }, "alwaysAllow": [ "firecrawl_scrape", "firecrawl_map", "firecrawl_crawl", "firecrawl_check_crawl_status", "firecrawl_search", "firecrawl_extract", "firecrawl_deep_research", "firecrawl_generate_llmstxt" ] }, "always-plan-with-sequential-thinking": { "type": "stdio", "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-sequential-thinking" ], "env": {}, "alwaysAllow": [ "sequentialthinking" ] }, "puppeteer-web-browser": { "type": "stdio", "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-puppeteer" ], "env": {} }, "context7": { "type": "stdio", "command": "npx", "args": [ "-y", "@upstash/context7-mcp" ], "env": {}, "alwaysAllow": [ "resolve-library-id", "get-library-docs" ] } } }

Latest Blog Posts

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/quellant/openscad-mcp'

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