Skip to main content
Glama

MCP-REPL

by AnEntrypoint
MIT License
3,295
104
  • Linux
  • Apple
mcp-tools.js370 B
import { executionTools } from '../tools/executor-tool.js'; import AST_TOOL from '../tools/ast-tool.js'; import { caveatTools } from '../tools/caveat-tool.js'; const createAliasTool = (originalTool, aliasName) => ({ ...originalTool, name: aliasName, handler: originalTool.handler }); export const allTools = [ ...executionTools, AST_TOOL, ...caveatTools ];

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/AnEntrypoint/mcp-repl'

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