ObjectStack MCP Server
OfficialClick 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., "@ObjectStack MCP Servershow me all products with price greater than 100"
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.
ObjectStack plugin for Claude Code
Connect Claude Code to any ObjectStack deployment — cloud or self-hosted — over the Model Context Protocol. Discover objects, query and change records, and run business actions, all under your own permissions and row-level security.
One plugin serves every deployment: the deployment URL is the only per-environment input. Identity is self-serve — every ObjectStack deployment is its own OAuth 2.1 authorization server with Dynamic Client Registration, so connecting just opens a browser login. No admin-minted credentials, nothing to paste into config files.
Install
claude plugin marketplace add objectstack-ai/claude-plugin
claude plugin install objectstack@objectstackRelated MCP server: Salesforce MCP Server
Connect
Guided (recommended): run /objectstack:connect and follow along — it asks for
your deployment URL, registers the MCP server, and verifies the connection. Find your
URL on your deployment's Setup → Connect an agent page, or just use the address
you open in the browser.
One-liner:
claude mcp add --transport http objectstack https://<your-deployment>/api/v1/mcpFixed environment via env var: the plugin ships an MCP server bound to
${OBJECTSTACK_MCP_URL} — set it once (shell profile or project .claude/settings.json
env) and the server is live without any claude mcp add:
export OBJECTSTACK_MCP_URL="https://acme.objectos.app/api/v1/mcp"Headless (CI, machine accounts): use an ObjectStack API key instead of OAuth:
claude mcp add --transport http objectstack https://<your-deployment>/api/v1/mcp \
--header "x-api-key: <key>"What's inside
Piece | Purpose |
| The portable ObjectStack agent skill: teaches discover-first workflow ( |
| MCP server bound to |
|
|
The skill enumerates no schema — objects and actions are discovered live from your deployment, so one install keeps working as your apps evolve, and works against every environment your account can reach.
Notes
Requires the deployment's MCP surface, which is on by default (ObjectStack ≥ 13); an operator can opt out with
OS_MCP_SERVER_ENABLED=false.Intranet deployments work from local clients like Claude Code (OAuth 2.1 TLS rule: https required, loopback exempt — internal CAs are fine if your OS trusts them).
SKILL.mdis a copy of the single source in@objectstack/mcp(renderSkillMarkdown()); CI fails on drift. Re-render withnpm run sync:skill— never hand-edit.
License
Apache-2.0 — see LICENSE.
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/objectstack-ai/claude-plugin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server