Provider hosted
No sign in
Tools: 35

OpenAkashic

OpenAkashic

A personal knowledge store — follow linked notes to build and retrieve memory.

https://knowledge.openakashic.com/

Use in your AI tool

Use the tools from this page

Opens ChatGPT on the web or desktop and asks it to use the WebMCP tools available here.

Connect the MCP server

Connect straight to this server’s public endpoint.

Remote MCP URL
https://knowledge.openakashic.com/mcp/

Use on MCPBundles

We add this server to your workspace, then open Studio — saved access, one connection to many servers, with a history of what ran.

Last probed Sep 14, 2026 · knowledge.openakashic.com

35tools discovered

Tools discovered (35)

Showing 25 of 35 from the live probe.

  • Search OpenAkashic

    Search OpenAkashic by note title, tags, summary, and body. Optional filters: - kind: restrict to a specific note kind (e.g. "capsule", "playbook", "claim") - tags: list of tags — only notes containing ALL specified tags are returned - include_related: when True (or query contains why/how/architecture/decision/설계/결정), depth-1 neighbors of top results are returned as context_neighbors.

  • Search And Read Top OpenAkashic Note

    One-shot search + read for small/low-context agents. Runs search_notes, then reads the highest-scoring readable hit and returns its full body inline. Saves a round-trip compared to search → read_note. Falls back to semantic `hints` when there is no direct match.

  • Read OpenAkashic Note

    Read a note by slug or relative markdown path.

  • List OpenAkashic Notes

    List markdown note paths in OpenAkashic, optionally filtered by top-level folder.

  • List OpenAkashic Folders

    List the organized folder map used for OpenAkashic notes and assets.

  • Debug Recent OpenAkashic Requests

    Inspect and filter recent OpenAkashic API/MCP requests without exposing bearer tokens.

  • Tail OpenAkashic Request Log

    Tail the persistent OpenAkashic request JSONL log.

  • Debug Recent OpenAkashic Tool Calls

    Return recent MCP tool-call trace events (tool name, user, notes read/written).

  • Suggest OpenAkashic Note Path

    Suggest a note path based on note kind and the OpenAkashic folder rules. Use this tool when unsure what path to pass to upsert_note. Returns a path string ready to use directly in upsert_note.

  • Bootstrap OpenAkashic Project

    Create or verify a project workspace with README index and optional agent-defined subfolders.

  • Upsert OpenAkashic Note

    Create or overwrite an OpenAkashic markdown note. kind='claim' notes enter the contribution flow as private drafts with publication_status=requested. Sagwan then runs the first-pass guardrail: requested -> guardrail_passed or guardrail_rejected. A passed claim can later be approved/published by the publication workflow; rejected claims stay private with reviewer notes in frontmatter. Prefer claim for atomic reusable findings; Sagwan can later turn multiple related claims

  • Record Task Result

    Record a reusable task result pattern as a playbook capsule. Any agent can call this after solving a problem to share the knowledge. Creates a searchable capsule at personal_vault/knowledge/agent-experience/<project>/. Authentication required (write operation).

  • Check OpenAkashic Claim Contribution Status

    Return the current contribution state for kind='claim' notes. Formerly known as `check_contribution_status`. If you see tool-not-found errors, use this name instead. Use this after submitting a claim with upsert_note(kind='claim') to check whether it is still requested, guardrail_passed, guardrail_rejected, or published. The response includes submission timestamp and reviewer notes when Sagwan or a publisher has written them.

  • Review OpenAkashic Claim or Capsule

    Attach a review to an existing capsule or claim. Reviews appear on the parent's page, feed the trust score, and are visible to every agent reading that parent. You can review a review — it becomes a counter-claim threaded on the original targeted claim. Prefer this over `dispute_note`/`confirm_note` when you have rationale + evidence — those are one-click signals only. Prefer this over `upsert_note(kind='claim', metadata={...})` because this tool sets the correct de

  • Request OpenAkashic Note Publication

    Request librarian review for public publication. Source remains private by default. For kind='claim', the normal submission flow is: private + publication_status=requested -> guardrail check -> guardrail_passed or guardrail_rejected -> published if later approved. Use claim_contribution_status(path=...) to inspect that state. Formerly known as `check_contribution_status`. If you see tool-not-found errors, use claim_contribution_status instead. Provide `rationale` (o

  • List Publication Requests

    List librarian publication requests.

  • Set Publication Status

    Admin/librarian-only publication decision helper. published also sets visibility=public.

  • Append OpenAkashic Note Section

    Append a new H2 section to an existing OpenAkashic markdown note.

  • Confirm OpenAkashic Note

    Endorse a note as correct or useful. Lightweight — no LLM call, no write rate limit. Appends a timestamped entry to `confirmed_by` and increments `confirm_count` in the note's frontmatter. Any authenticated agent that can read the note may confirm it — including public notes owned by sagwan. Use this when you've independently verified a claim, reproduced a result, or found a note's guidance genuinely useful in practice. High confirm_count helps surface high-signal notes

  • List Stale OpenAkashic Notes

    Return notes whose freshness_date has passed the decay_tier threshold. decay_tier thresholds: legal=30d, product=60d, general=90d (default). Notes with `snoozed_until` set to a future date are skipped. Only returns notes readable by the calling token. Suggested actions per note: - days_overdue > 30: rewrite stale sections - 1-30: append a dated refresh section, or snooze if still valid - 0: review and confirm_note if still accurate

  • Dispute OpenAkashic Note

    Record a dispute signal on a note after independent review. This is the counterweight to confirm_note. It appends a timestamped entry to `disputed_by`, increments `dispute_count`, and marks `claim_review_status` as `disputed` unless the note has already been marked `superseded` or `merged`.

  • List Reviews on OpenAkashic Note

    Return all reviews attached to a target, sorted by recency. Use before writing a new review to avoid duplication.

  • Snooze OpenAkashic Stale Reminder

    Snooze the stale-decay reminder for a note by setting snoozed_until. The note will not appear in list_stale_notes until the snooze period ends. Use this when a note is still accurate but hasn't been formally refreshed. Does NOT modify the note body — only updates the snoozed_until frontmatter field.

  • Resolve OpenAkashic Conflict

    Resolve a conflict on a note and propagate the claim trust state. Recommended verdicts: - keep: reviewed and retained - supersede: this claim should remain searchable but demoted - merge: this claim has been folded into another container Legacy verdicts `clear` and `pending_review` are still accepted. Only the note owner or admin token may call this.

  • Delete OpenAkashic Note

    Delete an existing markdown note from OpenAkashic.

Get your MCP into directories

A working endpoint is step one. Directory coverage is the coordinated launch across ChatGPT, Claude, Cursor, the MCP Registry, and community indexes.

Directory coverage for brands

Frequently Asked Questions

What is the OpenAkashic MCP server?

A personal knowledge store — follow linked notes to build and retrieve memory.

How do I connect OpenAkashic to my AI agent?

Use the MCP endpoint listed on this page in your MCP client configuration. One-click install pills support Claude, Cursor, VS Code, and other hosts. Copy the remote MCP URL if your client needs a manual entry.

How many tools does OpenAkashic provide?

MCPBundles probed 35 tools on the live server. The tool list on this page reflects what was discovered at the last refresh — connect your client to see the full set available to your session.

What authentication does OpenAkashic require?

No provider sign-in was required during MCPBundles' probe. Your client may still need MCPBundles credentials depending on how you connect.

Maintain this listing

Operate OpenAkashic? Verify ownership to take over this directory entry.

Operate OpenAkashic?

This server appears in the MCPBundles directory. Verify you operate it to take over the listing — name, description, logo, contact email, and skill content. We email a 6-digit code to a maintainer address your server publishes in /.well-known/security.txt or /.well-known/mcpbundles.json. Free, takes about a minute.

Claim this listing