docs: add MCP server to integrations list#890
Open
Disane87 wants to merge 1 commit intoDonkie:masterfrom
Open
Conversation
Add spoolman-mcp to the list of integrations. It's a Model Context Protocol server that lets you manage your filament inventory through AI assistants like Claude.
173946a to
9a54f2a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's this about?
Hey! I built an MCP (Model Context Protocol) server for Spoolman that lets you manage your entire filament inventory through AI assistants like Claude — things like adding spools, tracking usage, looking up filaments, exporting data, and more. All through natural language instead of clicking through the UI.
It covers pretty much everything the API offers: vendors, filaments, spools, settings, custom fields, lookups, exports, and system stuff like health checks and backups.
I thought it'd be nice to have it listed alongside the other integrations in the README so people can find it more easily.
The change: Added spoolman-mcp to the "Spoolman integrates with" section.
(I'm also the author of the Home Assistant integration that's already listed there.)