Skip to main content
Glama
Codeturion

codesurface

by Codeturion

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
searchA

Search the indexed API by keyword.

Find classes, methods, properties, fields, and events. Returns ranked results with signatures.

Args: query: Search terms (e.g. "MergeService", "BlastBoard", "GridCoord") n_results: Max results to return (default 5, max 20) member_type: Optional filter — "type", "method", "property", "field", or "event" file_path: Optional path prefix or exact file to scope results (e.g. "src/services/" or "src/services/foo.ts") include_tests: If true, include test files in results (default false)

get_signatureA

Look up the exact signature of an API member by name or FQN.

Use when you need exact parameter types, return types, or method signatures without reading the full source file.

Args: name: Member name or FQN, e.g. "TryMerge", "CampGame.Services.IMergeService.TryMerge" file_path: Optional path prefix to scope the lookup include_tests: If true, include test files in results (default false)

get_classA

Get a complete reference card for a class — all public members.

Shows every method, property, field, and event with signatures. Replaces reading the entire source file.

Args: class_name: Class name, e.g. "BlastBoardModel", "IMergeService", "CampGridService" file_path: Optional path prefix to scope the lookup include_tests: If true, include test files in results (default false)

get_statsA

Get a quick overview of the indexed codebase.

Shows file count, record counts by type, and namespace breakdown.

reindexA

Incrementally update the index by re-parsing only changed, new, or deleted files.

Uses file modification times to detect changes. Fast on large codebases — only touches files that actually changed since the last index.

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/Codeturion/codesurface'

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