MCP server for the 1up knowledge management platform — connect AI assistants to your 1up workspace
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"1up-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# 1up MCP Server MCP (Model Context Protocol) server for the [1up](https://www.1up.ai) knowledge management platform. Enables AI coding assistants to interact with your 1up workspace — manage questionnaires, Q&A libraries, knowledge bases, and more — directly from the terminal. ## Installation ```bash # With pip pip install 1up-mcp # With pipx (isolated install, recommended for CLI tools) pipx install 1up-mcp # With uvx (zero-install, runs directly) uvx 1up-mcp auth login ``` **Requires Python 3.10+** ## Authentication ```bash 1up-mcp auth login # Opens browser for SSO login 1up-mcp auth status # Show current auth status 1up-mcp auth logout # Remove cached credentials ``` Credentials are cached locally in `~/.1up/credentials.json` and automatically refreshed. ## Configuration ### Claude Code Add to your `.claude.json` or `~/.claude.json`: ```json { "mcpServers": { "1up": { "command": "1up-mcp" } } } ``` ### Claude Desktop Add to `claude_desktop_config.json`: ```json { "mcpServers": { "1up": { "command": "uvx", "args": ["1up-mcp"] } } } ``` ### Cursor / Windsurf Add to your MCP configuration: ```json { "mcpServers": { "1up": { "command": "1up-mcp" } } } ``` ## Environment Variables These are optional — credentials from `1up-mcp auth login` are used by default. | Variable | Description | |----------|-------------| | `ONEUP_AUTH_TOKEN` | Bearer token (overrides cached credentials) | | `ONEUP_API_URL` | API base URL | | `ONEUP_WORKSPACE_ID` | Workspace ID to use | ## Available Tools <details> <summary><strong>Q&A Library</strong> (6 tools)</summary> | Tool | Description | |------|-------------| | `ask_question` | Query the knowledge base with optional filters | | `search_qa_library` | Search Q&A pairs with pagination | | `get_qa_pair` | Get a specific Q&A pair by ID | | `create_qa_pair` | Create a new Q&A pair | | `update_qa_pair` | Update an existing Q&A pair | | `dele…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.