Skip to content
View Glebenjoy's full-sized avatar

Block or report Glebenjoy

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Glebenjoy/README.md

Hi, I'm Gleb 👋

Solo AI engineer (Germany, fully remote). I build MCP servers and autonomous AI systems in TypeScript and Python.

If you need a custom connector that lets Claude, Cursor, or your own agents read a real API, or a full multi-agent system, that's what I do.


🔌 Crypto MCP suite

Three published, tested MCP servers covering crypto data end to end: spot, fundamentals, and derivatives. All run from npm with npx, need no API key, ship with unit tests and graceful error handling, and are listed in the official MCP Registry.

Server What it gives your agent Install
dexscreener-mcp Live DEX / spot data: search pairs, token pools, trending & boosted tokens across every chain npx -y dexscreener-mcp
defillama-mcp DeFi fundamentals: chain & protocol TVL, yield pools, stablecoins, token prices npx -y defillama-mcp
hyperliquid-info-mcp Perps & spot on Hyperliquid: mark price, funding, open interest, order book, wallet positions npx -y hyperliquid-info-mcp

Most "MCP for X" repos are half-finished and break on the second request. Mine ship with tests so an agent can actually rely on them.

Example (Claude Desktop claude_desktop_config.json):

{
  "mcpServers": {
    "dexscreener": { "command": "npx", "args": ["-y", "dexscreener-mcp"] },
    "defillama":   { "command": "npx", "args": ["-y", "defillama-mcp"] },
    "hyperliquid": { "command": "npx", "args": ["-y", "hyperliquid-info-mcp"] }
  }
}

🤖 What else I build

Bratishka OS — an autonomous multi-agent system on a hand-built agent runtime (TypeScript, Anthropic API directly), with cost-aware model routing across Haiku / Sonnet / Opus, a Supabase + pgvector memory layer, a self-healing 24/7 scheduler, and a Telegram interface, running in Docker on a VPS.

Strong in: MCP connectors & servers · AI agents and orchestration · RAG · automation (n8n) · TypeScript / Node · Python.


💼 Hire me

Need an MCP server for your own API, or a full AI integration?

I build the connector or system, ship it tested, and hand you something that works on the first request.

Popular repositories Loading

  1. Eugene Eugene Public

    Python 1

  2. gitproject gitproject Public

  3. bot-to-pull bot-to-pull Public

    Forked from discord-tickets/bot

    The most popular open-source and self-hosted ticket management bot for Discord - a free alternative to the premium and white-label plans of other popular ticketing bots.

    JavaScript

  4. fresh-start-project fresh-start-project Public

    TypeScript

  5. dexscreener-mcp dexscreener-mcp Public

    TypeScript

  6. defillama-mcp defillama-mcp Public

    TypeScript