Skip to main content
Glama
by Alosies
index.ts675 B
import { Tool } from '@modelcontextprotocol/sdk/types.js'; import { projectTools } from './projects.js'; import { issueTools } from './issues.js'; import { mergeRequestTools } from './merge-requests.js'; import { repositoryTools } from './repository.js'; import { pipelineTools } from './pipelines.js'; import { jobTools } from './jobs.js'; import { userTools } from './user.js'; export const allTools: Tool[] = [ ...projectTools, ...issueTools, ...mergeRequestTools, ...repositoryTools, ...pipelineTools, ...jobTools, ...userTools, ]; export { projectTools, issueTools, mergeRequestTools, repositoryTools, pipelineTools, jobTools, userTools, };

Latest Blog Posts

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/Alosies/gitlab-mcp-server'

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