Oasyce MCP Server

Oasyce 栈的 runtime / body。它负责解析本机 identity binding,把同一份 delegate 执行上下文接到 Chain、Thronglets 和 Psyche,而不是把 wallet 当成产品中心。. It runs locally over stdio via the published package.

People connecting AI & ML tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-04-24 · ★ 3 · #73 OF 95 MAINTAINED AI & ML · VERIFIED 2026-08-25

Python servers · how we verify → /methodology

01 · Install Oasyce

before you install - you'll need

Set OASYCE_NODE, OASYCE_FAUCET, THRONGLETS_DATA_DIR before connecting.

Claude Code

claude mcp add shangri-la-0428-oasyce-sdk -- uvx oasyce-sdk

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "shangri-la-0428-oasyce-sdk": {
      "command": "uvx",
      "args": [
        "oasyce-sdk"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

pypi package oasyce-sdk - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.Shangri-la-0428 is GitHub-verified and matches the repo owner

03 · Who maintains Oasyce

oasyce is maintained by shangri-la-0428. We track 3 MCP servers from shangri-la-0428 - 3 actively maintained, 19 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from shangri-la-0428.

  1. psyche-ai Emotional intelligence for AI agents: neurotransmitter mood, personality, empathy, trait drift. ★ 11
  2. Thronglets P2P shared memory substrate for AI agents - stigmergic knowledge network via libp2p ★ 5

04 · Facts

category
AI & ML - ranked #73 of 95 actively-maintained AI & ML servers as of 2026-08-25.
registry
io.github.Shangri-la-0428/oasyce (active, first published 2026-03-26)
packages
pypi:oasyce-sdk

05 · Oasyce FAQ

What is Oasyce?

Oasyce 栈的 runtime / body。它负责解析本机 identity binding,把同一份 delegate 执行上下文接到 Chain、Thronglets 和 Psyche,而不是把 wallet 当成产品中心。. It runs locally over stdio via the published package.

Is Oasyce still maintained?

Yes - as of 2026-08-25, its last commit was 2026-04-24. We re-verify nightly.

How do I install Oasyce?

Run `uvx oasyce-sdk`. The README documents 3 environment variables (OASYCE_NODE, OASYCE_FAUCET, THRONGLETS_DATA_DIR) to set first. Set OASYCE_NODE, OASYCE_FAUCET, THRONGLETS_DATA_DIR before connecting. You can also paste the ready-made client config above.

Does Oasyce run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Oasyce