Ultra Context
About
The context API for AI agents
Details
- Author
- ultracontext
- Categories
- Developer Tools, AI, API, Other
Jump to
Setup
Install Ultra Context in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/ultracontext/ultracontext-node
Follow the installation instructions in the repository README, then restart your MCP client.
Documentation·API Reference·Changelog
What Claude Code knows, Codex doesn't. What your teammate is shipping right now? Your agent has no idea.
UltraContext captures every agent's context in realtime and makes it available to all of them. It's like having a personal context engineer everywhere. Continue a session in a different agent, or just ask what's happeming.
- "Codex, grab the last plan Claude Code made and implement it."
- "What's the team building today?"
- "What is Alex working on in Codex right now?"
Open source. Framework-agnostic. Customizable via the git-like Context API.
-
Start sync.It captures all your agents' context in realtime.
Add the MCP server.Any agent gets full awareness of every other agent.
That's it.Ask questions, continue sessions, fork — your context is everywhere.
ultracontext # start sync (daemon + dashboard)
That's it. UltraContext watches your agents, ingests context in realtime, and the dashboard shows everything.
ultracontext sync # start sync (daemon + dashboard) ultracontext stop # stop daemon ultracontext config # run setup wizard ultracontext update # update CLI globally
For builders who want to go deeper. Git-like primitives for context engineering.
- Five methods— Create, get, append, update, delete. That's it.
- Automatic versioning— Every change creates a new version. Full history out of the box.
- Time-travel— Jump to any point in your context history.
- Framework-agnostic— Works with any LLM framework. No vendor lock-in.
Use the API standalone to build your own agents, or extend existing ones in UltraContext.
import { UltraContext } from 'ultracontext'; const uc = new UltraContext({ apiKey: 'uc_live_...' }); const ctx = await uc.create(); await uc.append(ctx.id, { role: 'user', content: 'Hello!' }); // use with any LLM framework const response = await generateText({ model, messages: ctx.data });
from ultracontext import UltraContext uc = UltraContext(api_key="uc_live_...") ctx = uc.create() uc.append(ctx["id"], {"role": "user", "content": "Hello!"}) # use with any LLM framework response = generate_text(model=model, messages=uc.get(ctx["id"])["data"])
Store & Retrieve·Edit Contexts·Fork & Clone·View History
- Quickstart— Get running in 2 minutes
- Guides— Practical patterns for common use cases
- API Reference— Full endpoint documentation
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Arbitrary code execution and tool-use platform for LLMs by Riza
Agent-native developer Q&A API with MCP + A2A endpoints for citations, job pickup, and answer submission.
A high-performance MCP server providing structured, real-time price data for AI hardware across global marketplaces, built with a focus on agent-native discovery over hardcoded endpoints.
An AI agent using the Model Context Protocol (MCP) with a Node.js server providing REST resources for users and messages.
Open-source, self-hosted AI gateway with built-in MCP client and server support for connecting MCP tools to AI applications.
Search 15,000+ AI tools, check agent-compatibility scores, find alternatives, and audit dependencies before calling any external API or MCP.
A TypeScript-based server that integrates the Dify AI application platform with the MCP Client.
An agent that supports Function Calling and ReAct for the MCP protocol via HTTP with SSE or Streamable HTTP transport.
An MCP server for executing Dify workflows, configured via environment variables or a config file.
Integrate with the Flowise API to create predictions and manage chatflows and assistants.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




