Skip to main content
Glama

MCP Jibun Server

English | 简体中文

This is a Model Context Protocol (MCP) server that allows AI Agents to read posts from Jibun instances, and it is also compatible with Ech0 instances.

Features

Provides the following tools for AI Agents:

  • get_jibun_posts: Get the latest posts from a Jibun (or Ech0) instance. Supports specifying the source, count, and page.

  • list_jibun_sources: List all configured Jibun (or Ech0) instance sources.

Configuration

Configure environment variables in wrangler.jsonc or the Cloudflare Dashboard:

  • JIBUN_INSTANCES: A JSON string containing a list of Jibun instances.

Example:

[ {"name": "E.m. じぶん", "url": "https://jibun.elecmonkey.com"}, {"name": "River's Lighthouse", "url": "https://river177.com"} ]

Development and Deployment

Local development:

pnpm dev

Deploy to Cloudflare Workers:

pnpm run deploy

Client Configuration

MCP Server URL: https://<your-worker-subdomain>.workers.dev (Supports / or /mcp paths)

-
security - not tested
A
license - permissive license
-
quality - not tested

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/elecmonkey/mcp-jibun'

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