Skip to main content
Glama

Ultra MCP

package.json2.96 kB
{ "name": "ultra-mcp", "version": "0.8.1", "main": "dist/cli.js", "bin": { "ultra": "dist/cli.js" }, "files": [ "dist/", "dist-web/", "drizzle/" ], "scripts": { "build": "tsup && shx chmod +x dist/cli.js && shx cp -r drizzle dist/", "build:dashboard": "cd web && bun install && bun run build", "build:all": "bun run build && bun run build:dashboard", "dev": "tsup --watch", "dev:api": "bun run build && bun dist/cli.js dashboard --dev", "build:tsc": "tsc --noEmit", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "test": "vitest run --exclude '**/e2e/**' --exclude '**/web/**'", "test:all": "vitest run", "test:ui": "vitest --ui", "test:coverage": "vitest --coverage --exclude '**/e2e/**' --exclude '**/web/**'", "test:e2e": "vitest run src/__tests__/e2e", "prepublishOnly": "bun run build:all" }, "keywords": [ "mcp", "model-context-protocol", "ai", "openai", "gemini", "gemini-cli", "claude-code", "grok", "xai" ], "author": "Mike Chong <oss@realmikechong.com>", "license": "MIT", "description": "Ultra MCP, a MCP server for using OpenAI, Gemini, and Grok Models with a single MCP interface. Supports node.js and Vercel AI SDK", "repository": { "type": "git", "url": "https://github.com/RealMikeChong/ultra-mcp.git" }, "bugs": { "url": "https://github.com/RealMikeChong/ultra-mcp/issues" }, "homepage": "https://github.com/RealMikeChong/ultra-mcp#readme", "devDependencies": { "@types/better-sqlite3": "^7.6.13", "@types/node": "^22.15.34", "@types/prompts": "^2.4.9", "@typescript-eslint/eslint-plugin": "^8.38.0", "@typescript-eslint/parser": "^8.38.0", "@vitest/coverage-v8": "^3.2.4", "@vitest/ui": "^3.2.4", "better-sqlite3": "^12.2.0", "eslint": "^9.32.0", "shx": "^0.4.0", "tsup": "^8.5.0", "typescript": "^5.7.3", "vi-fetch": "^0.8.0", "vitest": "^3.2.4" }, "dependencies": { "@ai-sdk/azure": "^2.0.19", "@ai-sdk/google": "^2.0.8", "@ai-sdk/openai": "^2.0.19", "@ai-sdk/openai-compatible": "^1.0.11", "@ai-sdk/xai": "^2.0.11", "@langchain/core": "^0.3.66", "@langchain/textsplitters": "^0.1.0", "@libsql/client": "^0.15.10", "@modelcontextprotocol/sdk": "^1.17.1", "@trpc/server": "^11.4.3", "@types/cors": "^2.8.19", "@types/express": "^5.0.3", "@types/morgan": "^1.9.10", "ai": "^5.0.21", "chalk": "^4.1.2", "cli-table3": "^0.6.5", "colorette": "^2.0.20", "commander": "^14.0.0", "conf": "^14.0.0", "cors": "^2.8.5", "drizzle-kit": "^0.31.4", "drizzle-orm": "^0.44.2", "express": "4", "fast-glob": "^3.3.2", "ignore": "^5.3.0", "langchain": "^0.3.0", "morgan": "^1.10.1", "open": "^8.4.0", "ora": "^5.4.1", "prompts": "^2.4.2", "tiktoken": "^1.0.22", "zod": "^3.25.67" } }

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/RealMikeChong/ultra-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server