fib-mcp MCP Server
querycatai/fib-mcp
Are you the maintainer of querycatai/fib-mcp? Claim this listing →
MCP (Model Context Protocol) SDK for the fibjs ecosystem.
Add AgentRank to Claude Code Discover and compare tools like querycatai/fib-mcp — your AI finds the right one automatically
Get API Access → claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
querycatai/fib-mcp is a TypeScript MCP server. MCP (Model Context Protocol) SDK for the fibjs ecosystem.
Ranked #1503 out of 30046 indexed tools.
In the top 6% of all indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
Stars 15% 9
9 stars → early stage
Freshness 25% 1d ago
Last commit 1d ago → actively maintained
Issue Health 25% 50%
No issues filed → no history to score
Contributors 10% 0
0 contributors → solo project
Dependents 25% 0
No dependents → no downstream usage
npm Downloads 13% 556/wk
556 weekly installs → early adoption
PyPI Downloads N/A
Forks 0
Description Good
License None
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Description low impact
License low impact
Contributors medium impact
Matched Queries
From the README
# fib-mcp
MCP (Model Context Protocol) SDK for the fibjs ecosystem.
`McpServer` and `McpClient` extend `@modelcontextprotocol/sdk` directly.
fib-mcp adds fibjs-native server transports (`sse`, `ws`, `http`),
fibjs-native client transports for `sse` and `ws`, and handler methods
for mounting server transports into your own `http.Server`.
TypeScript runs directly on fibjs; no compile step is required.
## Features
- `McpServer extends sdk.McpServer` — all SDK methods available as-is
- `McpClient extends sdk.Client` — all SDK methods available as-is
- fibjs-native server transports: `sse`, `ws`, `http`
- fibjs-native client transports: `sse`, `ws`
- HTTP client uses the SDK Streamable HTTP transport
- SSE automatic endpoint discovery (standard MCP SSE protocol)
- Designed to be mounted into user-managed `http.Server` routes
## Installation
```bash
fibjs --install fib-mcp
```
## Quick Start
### Server - HTTP
```ts
import http from 'http';
import { McpServer } from 'fib-mcp';
cons Read full README on GitHub → Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.