Back to Home
jasonkneen icon

fluent-mcp

Verified Safe

by jasonkneen

Overview

A fluent API for building Model Context Protocol (MCP) servers and clients to orchestrate AI workflows and agent interactions across various platforms with built-in CRUD and transport management.

Installation

Run Command
npm start

Environment Variables

  • DEBUG
  • AGENT_TYPE
  • CAPABILITIES
  • SPECIALIZATION
  • DELEGATION_MODE
  • TARGET_SYSTEMS
  • STATE_PERSISTENCE
  • CONFIG_FILE
  • AGENT_NAME
  • TOOLS
  • NODE_ENV
  • PORT

Security Notes

The core library is built on `@modelcontextprotocol/sdk` and uses Zod for schema validation in tool definitions, which is good for input sanitization. The framework allows developers to define custom tool handlers, and the overall security depends on how these handlers are implemented by the user. No direct `eval` or explicit command injection vulnerabilities were found in the library's core implementation. Console output redirection for stdio transport is a good practice for MCP server integrity. Running the server with network transports (like SSE) on `0.0.0.0` is standard but requires proper environment setup (e.g., firewall) for production.

Similar Servers

Stats

Interest Score32
Security Score9
Cost ClassLow
Stars2
Forks1
Last Update2025-11-26

Tags

MCPServerClientAI WorkflowsAgent OrchestrationFluent APICRUDTypeScriptZodTransports