Skip to main content
Glama
dolphinsboy

Test FastMCP

by dolphinsboy

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TRANSPORTYesThe transport protocol used for MCP communication; 'stdio' is required for integration with tools like Cursor.stdio
PYTHONPATHNoPython path setting to ensure modules are found correctly, typically set to '.' in the server directory.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
add

Add two integers together.

Args: a: First integer b: Second integer

Returns: The sum of a and b

subtract

Subtract the second integer from the first.

Args: a: First integer b: Second integer

Returns: The difference of a and b

multiply

Multiply two integers together.

Args: a: First integer b: Second integer

Returns: The product of a and b

divide

Divide the first integer by the second.

Args: a: First integer (dividend) b: Second integer (divisor)

Returns: The quotient of a divided by b

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/dolphinsboy/test-fast-mcp'

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