MCP.so
Sign In
Servers

civic-mcp-server

@chainaimlabs

civic-mcp-server

civic-mcp-server

Prerequisites

  • Node.js (v16 or higher)
  • npm or yarn package manager
  • Git

Setup

  1. Clone the repository

    git clone https://github.com/chainaimlabs/civic-mcp-server.git
    cd civic-mcp-server
    
  2. Install dependencies

    npm install
    
  3. Build the project

    npm run build
    
  4. Run the server

    npm start
    

More from Other