Newline MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Newline MCPformat this command for safe pasting: echo 'hello' && ls -la"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Newline MCP
A Model Context Protocol (MCP) server that provides utilities for handling multi-line shell commands and clipboard operations.
Tools
This MCP server exposes the following tools:
format_multiline_command: Takes a multi-line string and appends a backslash (\) to the end of each line. This is useful for formatting shell commands to be pasted as a single block without immediate execution of intermediate lines.read_clipboard: Reads the current text content from the system clipboard.
Setup & Installation
Install dependencies:
npm installBuild the project:
npm run build
Usage with Gemini CLI
To use this MCP server with the Gemini CLI, you need to add it to your MCP configuration file (usually found at %USER%\.gemini\settings.json or similar, depending on your specific setup).
Add the following entry to your mcpServers configuration:
{
"mcpServers": {
"newline": {
"command": "node",
"args": ["/path/to/newline/dist/index.js"]
}
}
}Note: Replace /path/to/newline/dist/index.js with the absolute path to the dist/index.js file in this project.
For example, if you cloned this repository to C:\Users\Administrator\Desktop\newline, the configuration would be:
{
"mcpServers": {
"newline": {
"command": "node",
"args": ["C:\\Users\\Administrator\\Desktop\\newline\\dist\\index.js"]
}
}
}This server cannot be installed
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/BessColeridge/newline'
If you have feedback or need assistance with the MCP directory API, please join our Discord server