Skip to main content
Glama
cebarks

spt-forge-mcp

by cebarks

spt-forge-mcp

MCP server for the SP-Tarkov Forge API. Exposes Forge endpoints as MCP tools over stdio, letting LLMs search mods, check updates, resolve dependencies, browse addons, and list SPT versions.

Setup

npm install
npm run build

Claude Code

Add to your MCP config (.claude/settings.json or global settings):

{
  "mcpServers": {
    "spt-forge": {
      "command": "node",
      "args": ["/path/to/spt-forge-mcp/dist/index.js"]
    }
  }
}

Related MCP server: mcp-cli-catalog

Tools

Tool

Description

search_mods

Full-text search and filter mods (name, category, SPT version, Fika compatibility)

get_mod

Get full details for a mod by ID

get_mod_versions

Paginated version history with dependencies

check_mod_updates

Check for updates given installed mod versions and target SPT version

resolve_mod_dependencies

Recursive dependency tree with conflict detection

search_addons

Search addons (supplemental mod content)

get_addon

Get full addon details by ID

get_addon_versions

Paginated addon version history

resolve_addon_dependencies

Recursive addon dependency tree

list_categories

List all mod categories

get_category

Get a single category by ID or slug

get_spt_versions

List SPT versions with mod counts

ping

Forge API health check

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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/cebarks/spt-forge-mcp'

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