Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
read_fileB

Read the contents of a file. Optionally specify a line range.

write_fileA

Write or overwrite a file with new content. Creates parent directories automatically.

edit_fileC

Replace an exact string in a file. The old_string must appear exactly once.

list_directoryB

List files and directories at a given path.

create_directoryA

Create a directory (and all parent directories).

delete_pathB

Delete a file or directory.

move_pathB

Move or rename a file or directory.

search_filesB

Search for a regex pattern inside files. Returns matching lines with file and line number.

find_filesB

Find files by name glob pattern (e.g. '.ts', 'index.').

run_commandA

Execute a shell command in the given working directory. Returns stdout, stderr, and exit code.

get_workspace_infoA

Get information about the current workspace: root directory, platform, Node version, git status summary.

get_file_infoB

Get metadata about a file or directory (size, modification time, type).

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/KloutDevs/vscode-mcp'

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