Skip to main content
Glama
parallelixnetwork

parallelix-mcp

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PARALLELIX_API_KEYYesYour pk_live_… API key for the ParalleliX Compute API.
PARALLELIX_BASE_URLNoBase URL for the ParalleliX API. Can be used to point at a local coordinator for testing.https://api.parallelix.io

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
parallel_mapA

Run the SAME instruction over MANY items in parallel on the ParalleliX network. Ideal for bulk classify / extract / summarize / translate where each item is independent. Returns one result per item with a Proof-of-Execution hash. Use this instead of looping single calls: it fans out across the network's nodes simultaneously.

inferA

Run a single prompt on the ParalleliX network. Returns the completion plus the serving node id and Proof-of-Execution hash. For bulk independent work, prefer parallel_map.

network_statusB

List the models the ParalleliX network currently serves.

usageA

Show this API key's request count, $PRLX credits spent, and remaining credit balance.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/parallelixnetwork/parallelix-mcp'

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