Model Context Protocol Server
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., "@Model Context Protocol Serverconfigure with my API key and list available models"
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.
mcp
Model Context Protocol (MCP) Server for the mcp API.
This MCP Server is not yet ready for production use. Delete this notice before publishing to a package manager.
Summary
Related MCP server: Outsource MCP
Table of Contents
Installation
To finish publishing your MCP Server to npm and others you mustrun your first generation action.
Or manually:
Open Cursor Settings
Select Tools and Integrations
Select New MCP Server
If the configuration file is empty paste the following JSON into the MCP Server Configuration:
{
"mcpServers": {
"SDK": {
"command": "npx",
"args": [
"mcp",
"start",
"--api-key",
"...",
"--api-secret",
"...",
"--oauth2",
"...",
"--cloud-name",
"..."
]
}
}
}npx mcp start --api-key ... --api-secret ... --oauth2 ... --cloud-name ...However, you can run the MCP server locally by cloning this repository. Once cloned, you'll need to install dependencies (npm install) and build the server (npm run build).
Then, configure your server definition to reference your local clone. For example:
{
"mcpServers": {
"SDK": {
"command": "node",
"args": [
"./bin/mcp-server.js",
"start",
"--api-key",
"...",
"--api-secret",
"...",
"--oauth2",
"...",
"--cloud-name",
"..."
]
}
}
}Development
Run locally without a published npm package:
Clone this repository
Run
npm installRun
npm run buildRun
node ./bin/mcp-server.js start --api-key ... --api-secret ... --oauth2 ... --cloud-name ...
To use this local version with Cursor, Claude or other MCP Clients, you'll need to add the following config:
{
"mcpServers": {
"SDK": {
"command": "node",
"args": [
"./bin/mcp-server.js",
"start",
"--api-key",
"...",
"--api-secret",
"...",
"--oauth2",
"...",
"--cloud-name",
"..."
]
}
}
}Or to debug the MCP server locally, use the official MCP Inspector:
npx @modelcontextprotocol/inspector node ./bin/mcp-server.js start --api-key ... --api-secret ... --oauth2 ... --cloud-name ...Contributions
While we value contributions to this MCP Server, the code is generated programmatically. Any manual changes added to internal files will be overwritten on the next generation. We look forward to hearing your feedback. Feel free to open a PR or an issue with a proof of concept and we'll do our best to include it in a future release.
MCP Server Created by Speakeasy
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
- Flicense-qualityDmaintenanceA Model Context Protocol server implementation that enables connection between OpenAI APIs and MCP clients for coding assistance with features like CLI interaction, web API integration, and tool-based architecture.Last updated35
- AlicenseAqualityDmaintenanceAn MCP server that enables AI applications to access 20+ model providers (including OpenAI, Anthropic, Google) through a unified interface for text and image generation.Last updated230MIT
- FlicenseAquality-maintenanceAn MCP server for interacting with Saptiva AI's suite of models, offering capabilities such as chat completions, chain-of-thought reasoning, and OCR. It enables users to generate semantic embeddings, access specialized prompts, and manage AI-driven workflows through a standardized interface.Last updated7
- Alicense-qualityCmaintenanceConnect AI clients to OpenAPI APIs quickly, with one MCP server, direct CLI access, and built-in auth support.Last updated691MIT
Related MCP Connectors
MCP server for AI dialogue using various LLM models via AceDataCloud
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2
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/kanwardeep007/random-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server