MCP.so
登录

gpt.nu

@cablehead

关于 gpt.nu

a Nushell cross.stream extension to interact with LLMs and MCP servers

基本信息

分类

其他

运行时

nushell

传输方式

stdio

发布者

cablehead

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is gpt.nu?

gpt.nu is a Nushell scriptable MCP (Model Context Protocol) client with editable context threads stored in cross.stream. It provides a consistent API across multiple AI providers (Anthropic, Cerebras, Cohere, Gemini, OpenAI) and is designed for terminal users who want a fully scriptable, inspectable AI assistant integrated into their Nushell workflow.

How to use gpt.nu?

After installing and configuring cross.stream, load the gpt module with overlay use -pr ./gpt, then run gpt init to initialize the cross.stream command. Enable a provider with gpt provider enable and set a model alias, e.g. gpt provider ptr milli --set. Invoke with "hola" | gpt -p milli.

Key features of gpt.nu

  • Consistent API across Anthropic, Cerebras, Cohere, Gemini, and OpenAI
  • Persistent, editable conversation threads stored in cross.stream
  • Flexible tool integration via MCP servers
  • Document support (PDFs, images, text files) with auto content-type detection
  • Fully scriptable in Nushell, with full context inspectability

Use cases of gpt.nu

  • Interactive AI assistant directly in the terminal
  • Scripting AI calls into Nushell pipelines for automation
  • Managing long, editable conversations with complete context control
  • Extending AI capabilities by connecting custom MCP servers
  • Processing and referencing documents (PDFs, images, text) within conversations

FAQ from gpt.nu

Why does the name include 2099?

What else would you call the future?

评论

其他 分类下的更多 MCP 服务器