ORQIS MCP
ORQIS MCP Demo
A small, self-contained demo deployment of the ORQIS MCP server for the ORQIS AI Workspace.
What it demonstrates
This demo exposes five ORQIS MCP tools over Streamable HTTP:
list_workspaceslist_use_caseslist_agentsget_shared_memoryget_temporal_knowledge
It runs against an isolated local PostgreSQL database populated with synthetic demo data.
Related MCP server: Atlas MCP Server
Package contents
orqis-mcp/— ORQIS MCP serverbackend_slice/— minimal backend services required by the demoseed_demo.py— creates synthetic demo dataentrypoint.sh— starts the isolated demo environmentDockerfile— builds the demo container
Run locally
From the repository root:
docker build -t orqis-mcp-demo:local .
docker run --rm -p 8001:8001 orqis-mcp-demo:localThe MCP endpoint is available at http://localhost:8001/mcp, with a
health check at http://localhost:8001/health.
Verifying the server
curl http://localhost:8001/health
npx @modelcontextprotocol/inspector --cli http://localhost:8001/mcp \
--transport http --method tools/listCall a tool:
npx @modelcontextprotocol/inspector --cli http://localhost:8001/mcp \
--transport http --method tools/call --tool-name list_workspaces \
--tool-arg tenant_id=demo-tenant-pullakNotes
All data in this demo is synthetic — no real customer or tenant data is included.
The database runs entirely inside the container and is not exposed outside it.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Related MCP Connectors
Read-only MCP tools for AI agent discovery, structured resources, and NIULAI information.
Your org's AI agents, tasks, runs, search, and brain files as MCP tools and resources.
- OctopadOAuthapp.octopad
The back-office workspace for your team's AIs: tasks, knowledge and context shared over MCP.
Query, browse, and automate OmegaAI workspaces from any MCP client. Streamable HTTP with OAuth 2.0.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to query MongoDB databases and project management REST APIs through a universal MCP interface, providing read-time access to workspace data.-
- FlicenseNot gradedqualityDmaintenanceEnables AI agents and users to manage workspace files, monitor system metrics, take persistent notes, and retrieve weather data via MCP tools and resources.-

dooor-os-mcpofficial
FlicenseNot gradedqualityBmaintenanceExposes Dooor OS workspace capabilities to MCP-compatible AI clients, enabling natural language querying of data sources, app and deployment inspection, agent and database management, and governance trace reading.-- AlicenseNot gradedqualityBmaintenanceA read-only MCP server for inspecting and diagnosing HCP Terraform workspaces, runs, and plan summaries from ChatGPT and other MCP clients. It provides tools to list workspaces, inspect runs, and summarize plans without exposing sensitive data.MIT
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/deepikaagent06/orqis-mcp-demo-deploy'
If you have feedback or need assistance with the MCP directory API, please join our Discord server