Skip to main content
Glama

Linear Streamable MCP Server

by iceener
auth-app.ts302 B
import type { HttpBindings } from '@hono/node-server'; import { Hono } from 'hono'; import { oauthRoutes } from './auth/oauth.ts'; export function buildAuthApp(): Hono<{ Bindings: HttpBindings }> { const app = new Hono<{ Bindings: HttpBindings }>(); app.route('/', oauthRoutes()); return app; }

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/iceener/linear-streamable-mcp-server'

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