Skip to main content
Glama

obo-mcp

MCP server for managing One-By-One (OBO) review sessions.

Provides 9 tools for creating, navigating, and resolving items in priority-scored session files — replacing raw file-write calls in /obo workflows with proper MCP tool calls.

Tools

Tool

Description

obo_create

Create session file + update index.json atomically

obo_list_sessions

List sessions from index.json

obo_session_status

Summary stats for a session

obo_next

Next item: in_progress first, then highest-priority pending

obo_list_items

All items sorted by priority_score desc

obo_get_item

Full detail for one item

obo_mark_complete

Mark item completed with resolution text

obo_mark_skip

Mark item skipped

obo_update_field

Update any field; auto-recalculates priority_score

Installation

Phase A (local dev):

"obo-mcp": {
  "type": "stdio",
  "command": "uvx",
  "args": ["--from", "/Users/warnes/src/obo-mcp", "obo-mcp"]
}

Phase C (GitHub URL):

"obo-mcp": {
  "type": "stdio",
  "command": "uvx",
  "args": ["--from", "git+https://github.com/warnes-innovations/obo-mcp", "obo-mcp"]
}

Session Format

Session files live at {base_dir}/.github/obo_sessions/session_YYYYMMDD_HHMMSS.json.

Priority score formula: urgency + importance + (6 - effort) + dependencies

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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/Warnes-Innovations/obo-mcp'

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