โ† All Tools ๐Ÿ”‘

Environment Variables

Securely store API keys and config for your AI

3 tools available

Environment Variables tools provide persistent, encrypted key-value storage for your AI agent. Store API keys, database URLs, configuration settings, and any secret your AI tools need โ€” all encrypted with your private key.

When other tools need credentials (like a database connection URL or SMTP password), they automatically read from your stored environment variables. Set them once, and every tool that needs them will work seamlessly.

Benefits

Why use Environment Variables?

โœ“ Encrypted storage โ€” secrets are secured with your private key
โœ“ Persistent across sessions โ€” set once, use forever
โœ“ Automatic integration โ€” other tools read env vars automatically
โœ“ Simple key-value interface โ€” set, list, delete
โœ“ Encrypted at rest โ€” secrets are only accessible with your auth key
Use Cases

What can you do?

Database credentials

Store MySQL, PostgreSQL, Redis, or MongoDB connection URLs securely for the database tools.

SMTP configuration

Save email server credentials so the email tools can send messages on your behalf.

API keys

Store third-party API keys (GitHub tokens, service credentials) for your AI agent to use.

Project settings

Save project-specific configuration that your AI can reference across sessions.

Getting Started

How to set up

Set a variable

Ask your AI: "Set my MYSQL_URL to mysql://user:pass@host:3306/db"

Use it

Other tools (like database_mysql_query) will automatically read the stored URL.

List variables

Ask your AI to list all stored environment variable keys.

Your Endpoint

Connect with Environment Variables

Use this URL to connect with only Environment Variables + Environment Variables enabled.

MCP Endpoint
https://mcp.runtools.link/{YOUR_KEY}
๐Ÿ” Brave Search
6 tools View โ†’
๐Ÿง  Memory
9 tools View โ†’
๐Ÿ“„ Pandoc
2 tools View โ†’
๐ŸŒ Web
2 tools View โ†’
๐Ÿ”‘ Environment Variables
3 tools
๐Ÿ“‘ WeasyPrint
1 tool View โ†’
๐Ÿ’ญ Sequential Thinking
1 tool View โ†’
๐Ÿ—„๏ธ Database
6 tools View โ†’
๐Ÿ“ Filesystem
11 tools View โ†’
๐Ÿ“ง Email
11 tools View โ†’
๐Ÿ‘ค Account
2 tools View โ†’
Tools

Environment Variables Tools

env_vars_set
2 args
Set an environment variable for the authenticated user
Arguments
Name Type Description
key string The environment variable key required
value string The environment variable value required
env_vars_list
0 args
List all environment variable keys for the authenticated user

No arguments required

env_vars_delete
1 arg
Delete an environment variable for the authenticated user
Arguments
Name Type Description
key string The environment variable key to delete required
Explore More

Other Tool Categories

Discover more tools to supercharge your AI agent

๐Ÿ”

Brave Search

Web, image, video, news, and local search powered by Brave. AI-powered summaries available.

6 tools
๐Ÿง 

Memory

Persistent knowledge graph for AI agents. Store entities, relations, and observations across sessions.

9 tools
๐Ÿ“„

Pandoc

Universal document conversion between formats: Markdown, HTML, LaTeX, Word, and 40+ more.

2 tools
๐ŸŒ

Web

Web search with automatic provider fallback and URL fetching to markdown.

2 tools
๐Ÿ“‘

WeasyPrint

Convert HTML/CSS to PDF. Generate invoices, reports, tickets, or any styled document.

1 tool
๐Ÿ’ญ

Sequential Thinking

Dynamic problem-solving through sequential thoughts. Break down complex problems, revise thinking, and branch into alternative approaches.

1 tool
๐Ÿ—„๏ธ

Database

Connect to MySQL, PostgreSQL, Redis, MongoDB, ClickHouse, or Elasticsearch and execute queries or commands. Connection URLs are stored securely via env_vars_set (MYSQL_URL, POSTGRES_URL, REDIS_URL, MONGODB_URL, CLICKHOUSE_URL, ELASTICSEARCH_URL).

6 tools
๐Ÿ“

Filesystem

Sandboxed file management. Read, write, edit, move, search, and organize files in your private storage.

11 tools
๐Ÿ“ง

Email

Send emails via SMTP. Configure multiple SMTP servers, create reusable templates with variables, send single or bulk emails with HTML support, and track delivery logs.

11 tools
๐Ÿ‘ค

Account

View your runtools.link account information and manage your plan. Get your user hash, check your current plan, and request a Pro upgrade.

2 tools
โ† View All Tools