---
title: "unabyss"
description: "Personal and company context from Unabyss, available to your agent through the Unabyss MCP server."
canonical: https://agentpluginsdirectory.com/plugins/unabyss
last-updated: 2026-09-25
---

# unabyss
Personal and company context from Unabyss, available to your agent through the Unabyss MCP server.
- Slug: unabyss
- Publisher: Unabyss
- Repository: https://github.com/Unabyss/unabyss-vellum
- Manifest: plugin.json
- Version: 0.3.0
- License: MIT
- Category (editorial): agent-tooling
- Skills: 2 (unabyss-context, unabyss-setup)
- MCP servers: 1 (unabyss)
- Stars: 1
- Repository created: 2026-08-06
- Repository last pushed: 2026-08-10
- Publisher type: Organization
- Listing: https://agentpluginsdirectory.com/plugins/unabyss
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What unabyss does, in the publisher's words

Personal and company context from Unabyss, available to your agent through the Unabyss MCP server.

The plugin is a declaration, not an implementation. mcp.json names the server; the client connects to it, authorizes it, and surfaces its tools. The skill teaches the agent when and how to use them.

That is the whole integration surface. Once the client connects, the server's tools, whoami, query, agentic_query, store, list_skills, export_*, land in the agent's catalog directly.

- Protected resource metadata (RFC 9728) at the origin root. The server sends a bare 401 with no WWW-Authenticate header and 404s the path-suffix metadata URL: both spec-legal, but a client that only parses the challenge header, or that never falls through to the root, discovers nothing.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/Unabyss/unabyss-vellum/HEAD/README.md

## Skills

- unabyss-context: Load who the user is, what they're working on, and what matters to them right now from Unabyss, so a task has full context without asking. Use when personal or company context would improve the output, and when the user says tell me what you know about me, what's my context, load my profile, who a…
- unabyss-setup: Run or finish the one-time Unabyss setup for this connection, and tell an authorization problem apart from a server problem. Use when an Unabyss tool returns setup guidance instead of data, when the user has just connected Unabyss, when they ask to set up, finish setting up, or skip Unabyss setup,…

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.

## MCP servers

- unabyss: transport: streamable-http; url: https://mcp.unabyss.com

Read from the plugin's own mcp.json. Environment variable names only, never values.
