Skip to main content
Glama
Touseef-ahmad

nestjs-langgraph-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OLLAMA_MODELNoOllama model name (default: 'qwen2.5:1.5b')
OPENAI_MODELNoOpenAI model name (default: 'gpt-4o-mini')
MODEL_PROVIDERNoModel provider: 'openai' or 'ollama'. Default is 'ollama'.ollama
OPENAI_API_KEYNoOpenAI API key (required if using OpenAI provider)
OLLAMA_BASE_URLNoOllama base URL (default: 'http://localhost:11434')

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
main_agentA

The main orchestration agent that can handle any request by leveraging all available tools.

Capabilities:

  • Direct tool execution for queries

  • Employee data: list employees, find by name

  • Analytics: engagement scores, trends, project health, timestamps

  • Reporting: structured report generation

  • Approval: risk assessment and approval workflows

Use this as the primary interface for all requests.

list_agentsA

Returns information about all available agents and their tools.

run_agentC

Runs a LangGraph-orchestrated NestJS agent with optional provider/model selection.

healthA

Returns basic server status and default model configuration.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/Touseef-ahmad/experimental-mcp'

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