Skip to main content
Glama
hrustalevdev

Project Navigator MCP Server

by hrustalevdev

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PROJECT_ROOTYesAbsolute path to the project root directory.
ALLOWED_COMMANDSNoComma-separated list of allowed commands for the run_command tool (e.g., 'npm run build,npm test'). Optional.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_directoryB

List files and folders in a directory within the project

read_fileA

Read file contents. Line numbers are 1-indexed.

find_filesA

Find files by glob pattern within the project. Example pattern: "**/*.ts"

search_codeB

Full-text search across project files

run_commandA

Run a whitelisted shell command. Allowed commands: npm run build, npm test, npm run lint, npm run dev, npx tsc --noEmit

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/hrustalevdev/simple-mcp-server'

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