Skip to main content
Glama

Fear & Greed Index MCP Server

MIT License
8
4
rslib.config.ts916 B
import { defineConfig } from '@rslib/core'; import path from 'node:path'; import fs from 'node:fs'; import url from 'node:url'; const __dirname = path.dirname(url.fileURLToPath(import.meta.url)); const pkg = JSON.parse( fs.readFileSync(path.join(__dirname, '.', 'package.json'), 'utf-8'), ); export default defineConfig({ source: { entry: { index: ['src/index.ts'], server: ['src/server.ts'], }, define: { 'process.env.NAME': JSON.stringify(pkg.name), 'process.env.DESCRIPTION': JSON.stringify(pkg.description), 'process.env.VERSION': JSON.stringify(pkg.version), }, }, lib: [ { format: 'esm', syntax: 'es2021', bundle: true, dts: true, }, { format: 'cjs', syntax: 'es2021', bundle: true, dts: true, }, ], output: { target: 'node', cleanDistPath: true, sourceMap: false, }, });

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/ycjcl868/mcp-server-fear-greed'

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