Skip to main content
Glama

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_workspaces

  • list_use_cases

  • list_agents

  • get_shared_memory

  • get_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 server

  • backend_slice/ — minimal backend services required by the demo

  • seed_demo.py — creates synthetic demo data

  • entrypoint.sh — starts the isolated demo environment

  • Dockerfile — 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:local

The 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/list

Call 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-pullak

Notes

  • 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.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents to query MongoDB databases and project management REST APIs through a universal MCP interface, providing read-time access to workspace data.
    -
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents and users to manage workspace files, monitor system metrics, take persistent notes, and retrieve weather data via MCP tools and resources.
    -
  • F
    license
    Not graded
    quality
    B
    maintenance
    Exposes 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.
    -
  • A
    license
    Not graded
    quality
    B
    maintenance
    A 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

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