code-assistant-mcp
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

PSS Code MCP Server

Getting Started

Many code editors and other AI clients use a configuration file to manage MCP servers.

Cursor

{
  "mcpServers": {
    "PSS Code": {
      "command": "npx",
      "args": ["-y", "code-assistant-mcp", "--mify-api-key=YOUR-KEY", "--stdio"]
    }
  }
}

VS Code

{
  "mcp": {
    "servers": {
      "PSS Code": {
        "type": "stdio",
        "command": "npx",
        "args": [
          "-y",
          "code-assistant-mcp@latest",
          "--mify-api-key=app-xf0Cr5JIwCcdykip8wW1oYKB",
          "--stdio"
        ]
      }
    }
  }
}

/code-assistant-mcp/

    Package Sidebar

    Install

    npm i code-assistant-mcp

    Weekly Downloads

    0

    Version

    1.0.8

    License

    ISC

    Unpacked Size

    7.69 kB

    Total Files

    7

    Last publish

    Collaborators

    • fcppddl