Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ”— Aggregators
  3. MCP Server
MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 1:02:31 PM

MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository45 GitHub StarsTotal stargazers on GitHub for the source repository (45 stars).Visit Website
mcpai-modelsnodejsinference

Modular Node.js MCP server for managing models, running inference, and loading extensible modules.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "profullstack-mcp-server": {
      "url": "https://fronteir.ai/mcp/profullstack-mcp-server"
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ”— More in Aggregators

Overview

The profullstack/mcp-server MCP server provides a modular Node.js implementation of the Model Context Protocol with model management and inference endpoints. It can load modules dynamically, expose module metadata, and connect to OpenAI, Stability AI, Anthropic, and Hugging Face models. Supported workloads include text generation, image generation, speech-to-text, and streaming inference where available. Reach for it when you need a self-hosted MCP-compatible service that centralizes multiple model providers and custom modules.

Use cases

โ€ขRun inference through multiple model providers
โ€ขExpose model activation and discovery over HTTP
โ€ขLoad custom modules into a Node.js MCP service
โ€ขGenerate images with Stability AI models
โ€ขConvert speech to text with Whisper

Key features

โ€ขDynamic module loading
โ€ขModel discovery and activation
โ€ขOpenAI, Anthropic, Stability AI, and Hugging Face support
โ€ขText, image, and speech-to-text inference
โ€ขStreaming inference for compatible models
โ€ขHealth, status, and metrics endpoints

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Server.

Extracted Tool Capabilities
Dynamic module loading
Model discovery and activation
OpenAI, Anthropic, Stability AI, and Hugging Face support
Text, image, and speech-to-text inference
Streaming inference for compatible models
Health, status, and metrics endpoints

How MCP Server works

What profullstack/mcp-server MCP server does

The profullstack/mcp-server MCP server is a Node.js application that exposes standardized HTTP endpoints for server status, health checks, metrics, model discovery, model activation, and inference. It uses a modular architecture so additional functionality can be organized and loaded as separate modules. Module metadata can be returned through the API, and modules can manage their own dependencies through package metadata.

The model layer supports providers and model types described in the project documentation: OpenAI text generation and Whisper speech-to-text, Stability AI image generation, Anthropic text generation, and custom Hugging Face models. The server can perform inference using the active model or a model selected directly in the request.

How it works

The application runs as an ES Modules Node.js service and listens on port 3000 by default. Its standard routes include endpoints for listing models, retrieving model details, activating or deactivating a model, and submitting inference requests. A client can first activate a model with configuration such as temperature, then send a prompt or generation request to the inference route.

Streaming inference is available for compatible models. The repository also includes a module search function, logging utilities, and a test structure covering core behavior and individual modules.

The profullstack/mcp-server MCP server does not provide a global authentication layer. Any client able to reach the listening port can call unprotected routes, so deployments exposed beyond localhost should use an authenticating reverse proxy. Some side-effecting modules accept bearer or API-key tokens, while filesystem and outbound-request modules apply additional restrictions.

Setup and configuration

The project requires Node.js 18 or later and pnpm 10 or later. Installation uses the repository's dependency workflow: install dependencies with pnpm, then start the service with the project's start script. A development script enables automatic reloads. Docker and Docker Compose configuration are also included, with the container exposing port 3000.

Copy the sample environment file to .env before configuring provider access. OpenAI, Stability AI, and Anthropic each use their own API-key variable: OPENAI_API_KEY, STABILITY_API_KEY, and ANTHROPIC_API_KEY. Only configure the provider keys for the models you intend to use.

Optional security-related settings include SCANNER_API_TOKEN, README_BADGES_API_TOKEN, README_BADGES_ROOT, CONVERT2DOC_ALLOWED_HOSTS, CRAIGSLIST_ALLOWED_HOSTS, CSRF_PROTECTION_ENABLED, and CORS_ORIGINS. These control selected module tokens, filesystem boundaries, outbound host allowlists, cross-site request protection, and trusted browser origins.

Tools and capabilities

  • Report server health, status, and metrics.
  • List available models and inspect model metadata.
  • Activate or deactivate the current model.
  • Run text, image, or speech-to-text inference where the selected provider supports it.
  • Load modules dynamically and manage module-specific dependencies.
  • Run the included Mocha and Chai test suites.

Limitations and notes

The profullstack/mcp-server MCP server requires users to supply provider credentials for external model APIs. Those providers may impose their own usage costs, quotas, and capability limits. Streaming is not guaranteed for every model.

The README describes HTTP routes and local deployment, but it does not provide a confirmed one-line package-manager command for installing the project as a standalone MCP client package. The repository must therefore be obtained and installed as a Node.js project. Exposing the service directly to an untrusted network is discouraged because global authentication is not enabled by default.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Aggregators View all alternatives
  • AllMCPs Server logoAllMCPs Server
    โ˜… Featured

    The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

    ๐Ÿ”— Aggregators15 views
    Compare vs AllMCPs Server โ†’
  • S
    SandBase CLI

    Open-source CLI and MCP server for discovering and calling 2,000+ AI models and APIs through one consistent developer interface.

    ๐Ÿ”— Aggregators9 views
    Compare vs SandBase CLI โ†’
  • Deepseek MCP Server logoDeepseek MCP Server

    MCP server for DeepSeek AI with chat, reasoning, multi-turn sessions, function calling, thinking mode, and cost tracking.

    ๐Ÿ”— Aggregators3 views
    Compare vs Deepseek MCP Server โ†’
  • Agent logoAgent

    A unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.

    ๐Ÿ”— Aggregators9 views
    Compare vs Agent โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
45
Stargazers on the source repository.
Last commit
21d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Server

Clone the repository, use Node.js 18 or newer with pnpm 10 or newer, and run `pnpm install`. The provided material does not specify a standalone package-install command.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/profullstack-mcp-server?style=directory)](https://allmcps.com/mcp/profullstack-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/profullstack-mcp-server"><img src="https://allmcps.com/api/badge/profullstack-mcp-server?style=directory" alt="MCP Server on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ”—Aggregators
PricingBring your own API key (usage-based cost)
More technical detailsExpand โ–พ
TransportSSE (Remote)
AuthAPI key
Last updatedSep 7, 2026
4/5 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars45
GitHub Star CountTotal stargazers on GitHub representing community popularity (45 stars).
Last commit21d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 21, 2026
55Quality signal: Good ยท 55/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity7/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ”— Aggregators โ†’Alternatives to MCP Server โ†’Install in Claude DesktopInstall in CursorInstall in VS Code