civic-mcp-server
Prerequisites
- Node.js (v16 or higher)
- npm or yarn package manager
- Git
Setup
-
Clone the repository
git clone https://github.com/chainaimlabs/civic-mcp-server.git cd civic-mcp-server -
Install dependencies
npm install -
Build the project
npm run build -
Run the server
npm start