Skip to main content
Glama

GitMCP

project-overview.tsx535 B
import { useMCP } from "~/chat/lib/context/mcp-context"; export const ProjectOverview = () => { const { owner, repo, serverNameText } = useMCP(); return ( <div className="flex flex-col items-center justify-end"> <h1 className="text-4xl font-semibold mb-4 text-center"> {`Chat with ${serverNameText}`} </h1> <p className="text-foreground/80 text-lg mb-4 text-center"> Ask questions about {repo ? `${owner}/${repo}` : "any GitHub repo"}{" "} documentation. </p> </div> ); };

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/idosal/git-mcp'

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