Skip to main content
Glama
LassiterJ

MCP Server Starter

by LassiterJ

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoHTTP server port (HTTP mode only)3000
CORS_ORIGINNoCORS allowed origins (HTTP mode only)*
STARTER_TRANSPORTNoTransport mode: stdio or httpstdio

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}
completions
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
echo

Echo back the provided text

fetch

Fetch a stub document by id and return full text

search

Search stub documents and return minimal results (id, title, url)

Prompts

Interactive templates invoked by user choice

NameDescription
code-analyzerAnalyze code for security, performance, style issues, and bugs
generate-readmeGenerate a README file for a project

Resources

Contextual data attached and managed by the client

NameDescription
System InformationGet basic system information about the server
ISO 8601 formatGet current timestamp in various formats
Unix timestampGet current timestamp in various formats
Human-readable formatGet current timestamp in various formats

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/LassiterJ/mcp-playground'

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