Skip to main content
Glama
vinhgiga

obox-mcp

by vinhgiga

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    },
    "prompts": {
      "get": {}
    },
    "resources": {
      "read": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
just_project_runnerB

Finalizes project setup by detecting structure. Call this tool immediately after creating any new project.

obox_fastapi_init_projectA

Initializes a new FastAPI project at the specified path. Sets up uv environment with the specified Python version and installs fastapi[standard].

Args: path: The absolute path where the project should be initialized. python_version: The Python version to use (default: "3.12").

react_init_projectA

Initializes a new React project at the specified path. Setup includes:

  • Vite (React + TypeScript)

  • Tailwind CSS v4

  • TanStack Query

  • Tabler Icons React

Args: path: The absolute path where the project should be initialized.

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/vinhgiga/obox-mcp'

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