Skip to main content
Glama

Parallel Task MCP

by janwilmake
main.ts698 B
import { withSimplerAuth } from "simplerauth-client"; export default { fetch: withSimplerAuth( async (request, env, ctx) => { const url = new URL(request.url); const headers = new Headers(request.headers); if (url.pathname === "/mcp") { const response = await fetch("https://task-mcp.parallel.ai/mcp", { body: request.body, headers, method: request.method, }); return response; } return new Response("Not found!", { status: 404 }); }, { isLoginRequired: false, oauthProviderPathPrefix: "/getKeys", oauthProviderHost: "platform.parallel.ai", scope: "key:read", } ), };

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/janwilmake/task-mcp'

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