Skip to main content
Glama

Stackpress Context Provider

Official
by stackpress

Stackpress Context Provider

Experimental MCP server implementation to provide Stackpress context to AI utilities like cline.

1. Install

Make sure you are using Node version 22

$ git clone https://github.com/stackpress/mcp.git stackpress-mcp $ cd stackpress-mcp $ npm i $ npm run build $ npm run fetch $ pwd

Copy the response from pwd for the next sections.

1.1. With Claude Desktop

Add the following configuration to your claude_desktop_config.json.

{ "mcpServers": { "stackpress-context": { "command": "node", "args": [ "[pwd]/dist/scripts/serve.js" ] } } }

1.2. With Cline

Add the following configuration to your cline_mcp_settings.json.

{ "name": "stackpress-context", "command": "node", "args": [ "[pwd]/dist/scripts/serve.js" ] }

2. Usage

You can manually start the server like the following.

$ node [pwd]/dist/scripts/serve.js

You can also start the server with npx like the following.

$ npx . serve

3. Fetching Updated Context

You can manually fetch and verify the Stackpress context like the following.

$ node [pwd]/dist/scripts/fetch.js $ node [pwd]/dist/scripts/verify.js

You can also fetch the context with npx like the following.

$ npx . fetch $ npx . verify
-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

Provides Stackpress framework context and documentation to AI utilities like Claude Desktop and Cline. Enables AI assistants to understand and work with Stackpress projects by fetching and serving relevant framework information.

  1. 1. Install
    1. 1.1. With Claude Desktop
    2. 1.2. With Cline
  2. 2. Usage
    1. 3. Fetching Updated Context

      Related MCP Servers

      • -
        security
        F
        license
        -
        quality
        A smart documentation server that provides AI-assisted code improvement and documentation management through Claude Desktop integration.
        Last updated -
        10
      • -
        security
        A
        license
        -
        quality
        A powerful research assistant that integrates with Cline and Claude Desktop to leverage Perplexity AI for intelligent search, documentation retrieval, API discovery, and code modernization assistance while coding.
        Last updated -
        3
        MIT License
      • -
        security
        A
        license
        -
        quality
        A server that integrates Confluence with Claude Desktop and other AI assistants, enabling natural language interactions with your Confluence documentation.
        Last updated -
        1
        MIT License
        • Apple
        • Linux

      View all related MCP servers

      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/stackpress/mcp'

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