Skip to main content
Glama
aryankeluskar

Polymarket MCP Server

vite.config.ts501 B
import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import { fileURLToPath } from 'url' import { dirname, resolve } from 'path' const __filename = fileURLToPath(import.meta.url) const __dirname = dirname(__filename) // https://vitejs.dev/config/ export default defineConfig({ plugins: [react()], server: { port: 8501, watch: { usePolling: false, interval: 1000 } }, resolve: { alias: { '@': resolve(__dirname, './src') } } })

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aryankeluskar/polymarket-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server