Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEVIN_MODELNoDefault Devin model (e.g., claude-sonnet-4)
PROJECT_HUB_DATANoDirectory for storing agents, pipelines, and run history~/.project-hub-mcp
DEVIN_WORKING_DIRNoDefault working directory for Devin agent runs$HOME
PROJECT_HUB_API_KEYNoYour API key from projecthub.dev
DEVIN_PERMISSION_MODENoDevin permission mode: auto, smart, or dangerousauto
PROJECT_HUB_LOCAL_MODENoSet to '1' for unlimited local runs without API key0

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_pipelinesA

List all available AI agent pipelines. Shows name, description, trigger type, and number of agents in each pipeline.

run_pipelineA

Execute an AI agent pipeline with an initial input. The pipeline will run each agent in sequence, passing output between them. Returns a run ID you can use to check status.

get_run_statusB

Get the current status and full logs of a pipeline run by its run ID.

list_agentsB

List all available agents. Each agent is a single execution unit: a Devin AI session, shell script, Python script, or HTTP API call.

run_agentA

Run a single agent with a given input. Useful for quick one-off tasks without a full pipeline.

create_pipelineA

Create a new pipeline by specifying an ordered list of agent IDs. Agents run in sequence, each receiving the previous agent's output as input.

get_usageB

Check how many pipeline runs you've used this month and what plan you're on.

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/atikahjapry/project-hub-mcp'

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