ObjectStack
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., "@ObjectStacklist all customer records from the sales object"
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 extension for Gemini CLI
Connect Gemini CLI 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 extension serves every deployment: the deployment URL is the only per-environment
input (OBJECTSTACK_MCP_URL). Identity is self-serve — every ObjectStack deployment is
its own OAuth 2.1 authorization server with Dynamic Client Registration.
Install
gemini extensions install https://github.com/objectstack-ai/gemini-extensionRelated MCP server: gemini_mcp
Connect
Set the deployment URL (find it on your deployment's Setup → Connect an agent
page, or append /api/v1/mcp to the address you open in the browser):
export OBJECTSTACK_MCP_URL="https://acme.objectos.app/api/v1/mcp"Headless (CI, machine accounts): configure an ObjectStack API key as an
x-api-key header on the MCP server entry in your Gemini settings instead of OAuth.
What's inside
GEMINI.md— the portable ObjectStack agent context: discover-first workflow (list_objects→describe_object→ act), the full tool surface incl. business actions (list_actions/run_action), and governance conventions. It enumerates no schema — objects and actions are discovered live, so one install keeps working as your apps evolve.gemini-extension.json— MCP server bound to$OBJECTSTACK_MCP_URL.
GEMINI.md is a copy of the single source in
@objectstack/mcp
(renderSkillMarkdown(), frontmatter stripped); CI fails on drift. Re-render with
npm 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.
Related MCP Servers
- FlicenseBqualityDmaintenanceA Model Context Protocol server that connects Gemini CLI with CoinGecko's API, enabling users to access 46 cryptocurrency data tools including price tracking, market trends, and NFT information through terminal commands.Last updated505
- AlicenseAqualityDmaintenanceA bridge that connects the Model Context Protocol to the Gemini CLI via the Agent Client Protocol (ACP) for high-performance, stateful AI interactions. It enables MCP clients to leverage Gemini's autonomous capabilities, including multi-modal support and built-in tool execution, without cold-start overhead.Last updated441MIT
- FlicenseAqualityDmaintenanceWraps the Gemini CLI as an MCP server, enabling AI tools to perform Gemini queries, interactive sessions, and extension management via a unified tool.Last updated11
- Alicense-qualityDmaintenanceExposes the local Gemini CLI as an MCP stdio server, providing tools for prompting, web search, file operations, and MCP management, enabling AI clients like Codex CLI and Claude Code to interact with Gemini.Last updated7MIT
Related MCP Connectors
Connect to PlanetScale databases, branches, schema, query insights, and execute SQL
Connect AI agents to Replynodes over the Model Context Protocol.
Secure, user-owned long-term memory for AI agents over OAuth-protected remote MCP. Save, search, recall, update, and govern preferences, project context, decisions, and task state across ChatGPT, Claude, Copilot, IDEs, and CLIs.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/gemini-extension'
If you have feedback or need assistance with the MCP directory API, please join our Discord server