negative-support-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@negative-support-mcpGenerate supports for ~/models/part.stl"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@spikeonstudio/negative-support-mcp
MCP server for negative.support — generate negative-space print supports (STL/OBJ/STEP) via the official negative-support package. Full API details: negative.support/docs.
Requirements
Node.js 18+
A negative.support token (
ns_live_…) from negative.support after sign-in
For a local clone, you can put NEGATIVE_SUPPORT_TOKEN=… in a .env file next to package.json (see .env.example). The server loads it via dotenv when the process working directory is that folder. Do not commit .env — it is listed in .gitignore.
Related MCP server: 3D Printer MCP Server
MCP configuration
Use npx — no clone or local npm install required. Set NEGATIVE_SUPPORT_TOKEN, or omit it and call negative_support_activate once per session.
npx normally runs with another cwd, so prefer env in the MCP JSON for Cursor; use .env when you run npm run dev / npm start from this repo.
npm (default)
{
"mcpServers": {
"negative-support": {
"command": "npx",
"args": ["-y", "@spikeonstudio/negative-support-mcp"],
"env": {
"NEGATIVE_SUPPORT_TOKEN": "ns_live_..."
}
}
}
}From GitHub (same binary name as in package.json bin):
{
"mcpServers": {
"negative-support": {
"command": "npx",
"args": ["-y", "--package=github:spikeon/negative-support-mcp", "negative-support-mcp"],
"env": {
"NEGATIVE_SUPPORT_TOKEN": "ns_live_..."
}
}
}
}On Windows, if npx is missing, use "command": "npx.cmd" with the same args.
Tools
Tool | Description |
| Activate your license for this process. |
| Clear the local session (token not revoked on the server). |
| Build supports from a local STL/OBJ/STEP/STP; writes |
negative_support_generate: input_path (absolute, on the host running the MCP) is required. Optional: output_stl_path, output_3mf_path, format, margin, angle, min_volume, skip_merge — see negative.support/docs.
Resource: negative-support://docs — short in-server summary.
Timeouts
Generation can take several minutes on large meshes. Many MCP clients use a default tool timeout (often around 60s) unless the call stays “active.” This server emits MCP notifications/progress when the client sends a progressToken with the tool request (about every 15s plus throttled updates from the library), which usually refreshes that timeout.
If a host still cuts you off, use the negative-support CLI for huge models, or raise the tool-timeout in your client if it exposes one.
Development
git clone https://github.com/spikeon/negative-support-mcp.git
cd negative-support-mcp
npm install
npm run build # or: npm run devThe server uses stdio; it is started by the MCP host, not run interactively.
Publishing (maintainers)
Pushing to main does not publish. .github/workflows/publish-npm.yml runs npm publish --access public when a v* tag is pushed.
Add repository secret
NPM_TOKEN(npm access token with publish rights for@spikeonstudio/*).Bump
versioninpackage.json(each publish must be a new version).git tag vX.Y.Z && git push origin vX.Y.Z
prepublishOnly runs npm run build. dist/ is committed so GitHub-based npx installs work without a local TypeScript build.
License
MIT. Not affiliated with negative.support; integrates their published npm package and licensing.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/spikeon/negative-support-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server