Skip to main content
Glama
objectstack-ai

ObjectStack MCP Server

Official

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@objectstack

Related 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/mcp

Fixed 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

skills/objectstack/SKILL.md

The portable ObjectStack agent skill: teaches discover-first workflow (list_objectsdescribe_object → act), the full tool surface incl. business actions (list_actions/run_action), and governance conventions (permissions/RLS are expected behavior, prefer actions over hand-edits, confirm destructive steps)

.mcp.json

MCP server bound to ${OBJECTSTACK_MCP_URL}

commands/connect.md

/objectstack:connect guided setup

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.md is a copy of the single source in @objectstack/mcp (renderSkillMarkdown()); CI fails on drift. Re-render with npm run sync:skill — never hand-edit.

License

Apache-2.0 — see LICENSE.

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Integrates Claude with Salesforce to enable natural language querying, modification, and management of Salesforce records and metadata. It supports comprehensive operations including object/field management, SOSL searches, and Apex code execution.
    Last updated
    1,977
    1
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Integrates Claude with Salesforce for natural language interactions with Salesforce data and metadata, enabling querying, modifying, and managing objects and records.
    Last updated
    20
    42
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Connects Claude to Microsoft Dataverse for everyday record operations like listing, creating, updating, and deleting records, with interactive authentication and caching.
    Last updated

View all related MCP servers

Related MCP Connectors

  • Connect Claude to Fathom meeting recordings, transcripts, and summaries

  • Connect your team's living knowledge base — docs, data, issues, CRM — to Claude and ChatGPT.

  • Talk to your live-events CRM (campaigns, analytics, paid ads, segments) in Claude and ChatGPT.

View all MCP Connectors

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/objectstack-ai/claude-plugin'

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