OpenAPI MCP Studio Demo
Provides tools for interacting with GitHub repositories, including viewing repository overviews, listing issues, and ranking contributors.
Click 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., "@OpenAPI MCP Studio DemoShow me the top contributors for the mcp-use repository"
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.
OpenAPI-to-MCP Studio Demo
A clean-room product proof for configuring a safe OpenAPI subset as MCP tools and interactive MCP Apps. It uses mcp-use v2 and Manufact Cloud rather than rebuilding MCP infrastructure.
Current Scope
The Studio imports the bundled GitHub Repository API subset, classifies supported operations, and locally edits a bounded app-config.json. The runtime registers the resulting checked-in configuration as three safe GitHub tools with interactive summary, table, and ranking views.
Related MCP server: @cloud9-labs/mcp-github
Getting Started
This project requires Node >=22.22.2. On this machine, use the Homebrew Node 24 runtime:
export PATH="/opt/homebrew/opt/node/bin:$PATH"
npm install
npm run devOpen http://localhost:3000/mcp/inspector, then invoke open-studio to browse the catalog.
The Studio saves edits to browser local storage and can export app-config.json. This is intentionally prototype-only: exported changes do not modify the running server until they are reviewed, copied into data/app-config.json, and the server is restarted.
The three configured GitHub tools are also available locally:
npx mcp-use client connect local http://localhost:3000/mcp
npx mcp-use client local tools call get_repository_overview owner=mcp-use repo=mcp-use
npx mcp-use client local tools call list_repository_issues owner=mcp-use repo=mcp-use state=open limit:=10
npx mcp-use client local tools call list_top_contributors owner=mcp-use repo=mcp-use limit:=10GITHUB_TOKEN is optional. Copy .env.example to .env.local and set it only when GitHub's unauthenticated rate limit becomes restrictive.
Quality Checks
npm run test
npm run typecheck
npm run build
node .agents/skills/mcp-apps-builder/scripts/check-v2.mjs .Project Layout
data/app-config.json: checked-in example configuration.examples/: reduced GitHub OpenAPI document and unsupported fixture.src/config/: Zod configuration schema.src/openapi/: OpenAPI parsing and support classification.views/studio/: catalog MCP App view.views/summary-card/,views/data-table/,views/ranked-list/: normalized GitHub result views.src/tests/: configuration and parser tests.
Deployment
The completed Studio is deployed at:
MCP URL:
https://keen-forge-ocsbv.run.mcp-use.com/mcpChat URL:
https://keen-forge-ocsbv.run.mcp-use.com/chat
All three configured GitHub tools and their assigned MCP App views have been verified against this public endpoint.
Security Boundary
The prototype will support only explicit allowlisted HTTPS hosts at runtime.
Optional bearer credentials remain server-side and must never be committed.
Requests are GET-only, do not accept caller-provided headers, reject redirects, enforce a timeout and 1 MB response cap, and log only safe request metadata.
Unsupported OpenAPI constructs are classified visibly instead of being generated.
The project contains only public GitHub API examples and clean-room code.
Current Limitations
The Studio currently starts from the bundled spec; remote URL import is a future enhancement.
Browser persistence and JSON export are not cloud persistence or collaborative configuration.
Only the bundled GET operations are registered at runtime; editing the browser config does not hot-reload server tools.
The current Manufact deployment contains the unmodified Milestone 0 template and will be updated only after final review.
Phase 2 Direction
The next validated product slice is a separately hosted Studio with remote spec import, visual view bindings and preview, versioned configuration, and a constrained flow builder for sequential tools, field mapping, conditions, and explicit user confirmations. See docs/phase-2.md.
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
- AlicenseBqualityAmaintenanceMCP server that exposes GitHub operations as tools for AI agents, enabling code search, issue management, and PR review.Last updated12MIT
- Alicense-qualityDmaintenanceMCP (Model Context Protocol) server for GitHub API integration. This server provides comprehensive tools for interacting with GitHub repositories, issues, pull requests, branches, and code search through a unified interface.Last updated17MIT
- Alicense-qualityDmaintenanceAn MCP server that provides tools for interacting with the GitHub API, enabling AI assistants to query repositories, pull requests, issues, commits, users, and more.Last updated573ISC
- Alicense-qualityBmaintenanceMCP server providing maximum practical control over GitHub via REST and GraphQL APIs, exposing 22 tools for repository management, file operations, issues, PRs, Actions, and more.Last updatedMIT
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
An MCP server that gives your AI access to the source code and docs of all public github repos
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/nikil21/openapi-mcp-studio-demo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server