Skip to main content
Glama

MCP-REPL

by AnEntrypoint

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
executenodejs

Execute JavaScript code directly with Node.js - supports ESM imports and all Node.js features.

DEBUGGING GUIDANCE:

  • Use this tool for all debugging and investigation tasks instead of external CLI tools
  • Break problems into testable hypotheses and verify them with code execution
  • Test APIs, data structures, and logic incrementally
  • Use console.log for debugging output and JSON.stringify for complex objects
  • Always prefer this over CLI tools like curl, wget, or external commands

APPROACH:

  1. Form a hypothesis about what might be wrong
  2. Write focused test code to verify the hypothesis
  3. Execute and analyze results
  4. Refine hypothesis based on findings
  5. Iterate until problem is solved
executedeno

Execute JavaScript/TypeScript code with Deno - supports ESM imports and all Deno features.

DEBUGGING GUIDANCE:

  • Use this tool for all debugging and investigation tasks instead of external CLI tools
  • Break problems into testable hypotheses and verify them with code execution
  • Test APIs, data structures, and logic incrementally
  • Use console.log for debugging output and JSON.stringify for complex objects
  • Always prefer this over CLI tools like curl, wget, or external commands
  • Great for TypeScript debugging and type checking

APPROACH:

  1. Form a hypothesis about what might be wrong
  2. Write focused test code to verify the hypothesis
  3. Execute and analyze results
  4. Refine hypothesis based on findings
  5. Iterate until problem is solved

WEB REQUESTS: Use fetch() instead of curl for HTTP requests

searchcode

Semantic code search with metadata extraction and AST-aware chunking

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