Model Context Protocol servers you can connect an AI assistant to — shared memory, domain lookups, and 3D modelling. This page covers getting an account and wiring the servers up.
MCP servers give an assistant like Claude a set of tools it can call on your behalf. Each server below is a separate tool set. They are reached over HTTPS and require a sign-in, so your work stays yours: every server keeps each person's data separate.
Shared notes and knowledge with semantic search. Remembers context between sessions.
https://memory.mcp.interware.gmbh/mcp
WHOIS lookups and domain availability checks across many TLDs.
https://whois.mcp.interware.gmbh/mcp
Parametric 3D modelling: render previews and export STL, 3MF, DXF and SVG.
https://openscad.mcp.interware.gmbh/mcp
One command per server. -s user makes it available in every project:
claude mcp add -s user --transport http memory https://memory.mcp.interware.gmbh/mcp
claude mcp add -s user --transport http whois https://whois.mcp.interware.gmbh/mcp
claude mcp add -s user --transport http openscad https://openscad.mcp.interware.gmbh/mcp
Then run /mcp, pick the server and authorise it. Check status any
time with claude mcp list.
Use Settings → Connectors → Add custom connector and paste the server URL. Approve the sign-in when the browser opens.
Editing the desktop configuration file by hand does not work for these servers — that file only supports local command-line servers, not remote HTTPS ones.
| What you see | What it means |
|---|---|
401 / asked to sign in repeatedly |
Not signed in, or the session expired. Re-authorise the server in your client. |
403 / access denied |
You are signed in, but your account has not been granted this server yet. Request access. |
| “Tool … is not supported” | Your client cached an old tool list. Reconnect the server to refresh it. |