Socket
Book a DemoInstallSign in
Socket

mcp-server-o1js

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp-server-o1js

Model Context Protocol server for o1js

0.0.3
latest
npmnpm
Version published
Maintainers
1
Created
Source

o1js MCP Server

Overview

A Model Context Protocol (MCP) server implementation that provides search capabilities on o1js documentation, o1js codebase and chat history of o1js related channels in Mina Protocol Discord server.

Components

Tools

The server offers three tools:

  • search_discord

    • Search for related discussions in Mina Protocol Discord server
    • Input:
      • query (string)
      • nResults(number)
    • Returns: Query results
  • search_documentation

    • Search for related documents in o1js documentation

    • Input:

      • query (string)
      • nResults(number)
    • Returns: Query results

  • search_o1js

    • Search for related codes in o1js codebase
    • Input:
      • query (string)
      • nResults(number)
    • Returns: Query results

Usage with Claude Desktop

  • Navigate to Claude Settings > Developer > Edit Config
  • Open with a text editor
# Add the server to your claude_desktop_config.json
"mcpServers": {
  "mcp-server-o1js": {
    "command": "npx",
      "args": [
        "-y",
        "mcp-server-o1js",
        "-g",
        "https://mcp-o1js.gcp.o1test.net"
      ]
  }
}

Usage with Cursor

  • Navigate to Cursor Settings > MCP Tools
  • Click the "+ Add New MCP Server" button
# Add the server to your .cursor/mcp.json
"mcpServers": {
  "mcp-server-o1js": {
    "command": "npx",
      "args": [
        "-y",
        "mcp-server-o1js",
        "-g",
        "https://mcp-o1js.gcp.o1test.net"
      ]
  }
}

FAQs

Package last updated on 11 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.