Skip to main content
Glama
jfdjaf

mcp-model-proxy

by jfdjaf

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HTTPS_PROXYNoProxy setting for Node.js as it does not follow system proxy by default
CLAUDE_MCP_MODELNoDefault model to use. Defaults to claude-sonnet-4-5claude-sonnet-4-5
CLAUDE_MCP_API_KEYYesUpstream API Key for the provider
CLAUDE_MCP_BASE_URLYesClaude compatible upstream address. Supports formats like https://example.com, https://example.com/v1, or https://example.com/v1/messages
CLAUDE_MCP_TIMEOUT_MSNoUpstream request timeout in milliseconds. Default 60000, minimum 100060000
CLAUDE_MCP_ANTHROPIC_VERSIONNoClaude API version. Defaults to 2023-06-012023-06-01

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
ask_model

Call a model via the local MCP server. Sends a prompt to an upstream service compatible with the Claude Messages API and returns the text response.

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/jfdjaf/claude-model-mcp'

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