Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NOTICODE_HOSTNoHost the HTTP server binds to.127.0.0.1
NOTICODE_PORTNoPort for the HTTP server.4319
NOTICODE_MODELNoModel used in chat mode.claude-sonnet-4-20250514
NOTICODE_TOKENNoOptional bearer token to protect the HTTP endpoint.
ANTHROPIC_API_KEYNoRequired for chat mode only.
NOTICODE_WORKSPACENoRoot directory the agent operates in.cwd
NOTICODE_MAX_OUTPUTNoMax chars returned per tool call.30000
NOTICODE_ALLOW_SHELLNoSet false to block shell execution.true
NOTICODE_ALLOW_WRITENoSet false to make the agent read-only.true

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
fs_readA

Read a UTF-8 text file. Returns the full content, or a line range when start_line/end_line are given.

fs_writeA

Create or overwrite a file with the given content. Parent directories are created automatically.

fs_editC

Replace an exact substring in a file. old_string must match exactly once unless replace_all is true.

fs_listA

List files and directories under a path, up to a given depth.

fs_searchA

Find files by glob pattern. If query is set, also returns matching lines inside those files (grep-style).

shell_execA

Run a shell command on the host machine and return combined stdout/stderr. Full system access.

sys_infoA

Return host system information: OS, CPU, memory, user, and the active workspace.

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/Antropov31/noticode-mcp'

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